(self, *args, **kwargs)
| 58 | return np.random.uniform(low=0, high=255, size=size).astype(np.uint8) |
| 59 | |
| 60 | def image(self, *args, **kwargs): |
| 61 | raise NotImplementedError() |
| 62 | |
| 63 | def test_tag(self): |
| 64 | data = np.array(1, np.uint8, ndmin=4) |
no outgoing calls
no test coverage detected