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 f31a12b commit 6992b98Copy full SHA for 6992b98
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