You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since matplotlib 3.4, the number of levels passed to BoundaryNorm must exceed 1 (matplotlib/matplotlib#17830)
This breaks two tests, that pass levels = [0.5] to BoundaryNorm.
In GitLab by @jdelsman on Apr 9, 2021, 16:50
Since matplotlib 3.4, the number of levels passed to BoundaryNorm must exceed 1 (matplotlib/matplotlib#17830)
This breaks two tests, that pass levels = [0.5] to BoundaryNorm.