(cls, dtype)
| 121 | |
| 122 | @classmethod |
| 123 | def get_test_data(cls, dtype): |
| 124 | assert dtype in {np.uint8, np.uint16} |
| 125 | if dtype == np.uint8: |
| 126 | return cls.bayered_imgs, cls.npp_baseline |
| 127 | return cls.bayered_imgs16t, cls.npp_baseline16t |
| 128 | |
| 129 | @params( |
| 130 | *enumerate( |
no outgoing calls
no test coverage detected