@@ -144,8 +144,8 @@ def test_reshape():
144144 assert_tensor_dicts_are_close (output , expected_output )
145145
146146
147- def test_aggregate_matrices_check_and_get_keys ():
148- """Tests that the `check_and_get_keys ` method works correctly."""
147+ def test_aggregate_matrices_check_keys ():
148+ """Tests that the `check_keys ` method works correctly."""
149149
150150 key1 = torch .tensor ([1.0 ])
151151 key2 = torch .tensor ([2.0 ])
@@ -156,8 +156,8 @@ def test_aggregate_matrices_check_and_get_keys():
156156 assert output_keys == {key1 , key2 }
157157
158158
159- def test_matrixify_check_and_get_keys ():
160- """Tests that the `check_and_get_keys ` method works correctly."""
159+ def test_matrixify_check_keys ():
160+ """Tests that the `check_keys ` method works correctly."""
161161
162162 key1 = torch .tensor ([1.0 ])
163163 key2 = torch .tensor ([2.0 ])
@@ -168,8 +168,8 @@ def test_matrixify_check_and_get_keys():
168168 assert output_keys == {key1 , key2 }
169169
170170
171- def test_reshape_check_and_get_keys ():
172- """Tests that the `check_and_get_keys ` method works correctly."""
171+ def test_reshape_check_keys ():
172+ """Tests that the `check_keys ` method works correctly."""
173173
174174 key1 = torch .tensor ([1.0 ])
175175 key2 = torch .tensor ([2.0 ])
0 commit comments