(self)
| 960 | class TestDetermineCmapParams: |
| 961 | @pytest.fixture(autouse=True) |
| 962 | def setUp(self) -> None: |
| 963 | self.data = np.linspace(0, 1, num=100) |
| 964 | |
| 965 | def test_robust(self) -> None: |
| 966 | cmap_params = _determine_cmap_params(self.data, robust=True) |