(self, input_param, input_shape, expected_shape)
| 57 | |
| 58 | @parameterized.expand(TESTS) |
| 59 | def test_shape(self, input_param, input_shape, expected_shape): |
| 60 | self.crop_test(input_param, input_shape, expected_shape) |
| 61 | |
| 62 | @parameterized.expand(TEST_ERRORS) |
| 63 | def test_error(self, input_param): |