Skip to content

Commit bf00db8

Browse files
committed
ci: re-trigger checks
Signed-off-by: Heyang Qin <qysnn1@gmail.com>
1 parent 68f7e2e commit bf00db8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/transforms/test_rand_grid_distortiond.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ def test_rand_grid_distortiond(self, input_param, seed, input_data, expected_val
8888
assert_allclose(result["img"], expected_val_img, type_test=False, rtol=1e-4, atol=1e-4)
8989
assert_allclose(result["mask"], expected_val_mask, type_test=False, rtol=1e-4, atol=1e-4)
9090

91-
9291
def test_no_transform_with_non_tensor_metadata(self):
9392
"""When _do_transform is False, non-tensor values in the dict should not cause an error."""
9493
img = np.indices([6, 6]).astype(np.float32)

0 commit comments

Comments
 (0)