Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for matplotlib 3.9.0 #19

Merged
merged 4 commits into from
Jun 11, 2024
Merged

Update for matplotlib 3.9.0 #19

merged 4 commits into from
Jun 11, 2024

Conversation

dschwoerer
Copy link
Collaborator

Resolves: #18

@dschwoerer dschwoerer merged commit 36242c8 into main Jun 11, 2024
1 check passed
@dschwoerer dschwoerer deleted the mpl390 branch June 11, 2024 11:02
@@ -319,7 +319,8 @@ def test_Quiver(self):

@animation_compare(baseline_images="Blocks/Surface", nframes=3)
def test_Surface(self):
if mpl._version.version_tuple < (3, 9):
mpl_version = tuple([int(x) for x in mpl._version.version.split(".")[:3]])
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may want to use packaging.version.parse as is used in other tests instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test failure with Matplotlib 3.9.0rc2
2 participants