ListedColormap: don't pass N colors #15552
Annotations
2 errors and 1 warning
Run tests:
xarray/tests/test_plot.py#L1792
TestContour.test_colors
assert (np.float64(0....float64(0.0)) == (0.0, 0.0, 1.0)
At index 2 diff: np.float64(0.0) != 1.0
Full diff:
(
- 0.0,
- 0.0,
- 1.0,
+ np.float64(0.0),
+ np.float64(0.0),
+ np.float64(0.0),
)
|
Run tests
Process completed with exit code 1.
|
Restore cached hypothesis directory
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Loading