Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509dc1f commit f380a44Copy full SHA for f380a44
1 file changed
lib/matplotlib/tests/test_colors.py
@@ -2016,7 +2016,7 @@ def test_mult_norm_call_types():
2016
[[0., 0.5, 1.],
2017
[1, 3, 5]])
2018
assert no_norm_out[0].dtype == np.dtype('float64')
2019
- assert no_norm_out[1].dtype == np.dtype('int64')
+ assert no_norm_out[1].dtype == vals.dtype
2020
2021
# test with NoNorm, structured array as input
2022
mn_no_norm = mpl.colors.MultiNorm(['linear', mcolors.NoNorm()])
0 commit comments