MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / test_ill_cache

Method test_ill_cache

tests/transforms/test_rand_affine.py:155–157  ·  view source on GitHub ↗
(self, spatial_size)

Source from the content-addressed store, hash-verified

153
154 @parameterized.expand([(None,), ((1, 1, -1),)])
155 def test_ill_cache(self, spatial_size):
156 with self.assertWarns(UserWarning):
157 RandAffine(cache_grid=True, spatial_size=spatial_size)
158
159 @parameterized.expand(TEST_CASES_SKIPPED_CONSISTENCY)
160 def test_skipped_transform_consistency(self, im, in_dtype):

Callers

nothing calls this directly

Calls 1

RandAffineClass · 0.90

Tested by

no test coverage detected