We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f7e2e commit bf00db8Copy full SHA for bf00db8
1 file changed
tests/transforms/test_rand_grid_distortiond.py
@@ -88,7 +88,6 @@ def test_rand_grid_distortiond(self, input_param, seed, input_data, expected_val
88
assert_allclose(result["img"], expected_val_img, type_test=False, rtol=1e-4, atol=1e-4)
89
assert_allclose(result["mask"], expected_val_mask, type_test=False, rtol=1e-4, atol=1e-4)
90
91
-
92
def test_no_transform_with_non_tensor_metadata(self):
93
"""When _do_transform is False, non-tensor values in the dict should not cause an error."""
94
img = np.indices([6, 6]).astype(np.float32)
0 commit comments