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

MNT: pcolormesh robust underflow #27773

Merged
merged 2 commits into from Feb 12, 2024

Conversation

jklymak
Copy link
Member

@jklymak jklymak commented Feb 12, 2024

Closes #27770

This looks to be a numpy masked array problem, but multiplication doesn't trigger the spurious underflow, and probably is a touch faster as well.

def test_pcolormesh_underflow_error():
"""
Test that underflow errors don't crop up in pcolormesh. Probably
a numpy bug, but...
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
a numpy bug, but...
a numpy bug. See https://github.com/matplotlib/matplotlib/issues/27770.

Copy link
Member

Choose a reason for hiding this comment

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

If we think this is a numpy bug, we should also report it upstream.

lib/matplotlib/tests/test_axes.py Outdated Show resolved Hide resolved
@dstansby dstansby added this to the v3.8.3 milestone Feb 12, 2024
@tacaswell
Copy link
Member

numpy/numpy#25810 <- upstream issue.

@jklymak jklymak force-pushed the mnt-pcolormesh-robust-underflow branch from fdfeba2 to 793f1df Compare February 12, 2024 15:56
@jklymak jklymak changed the title Mnt pcolormesh robust underflow MNT: pcolormesh robust underflow Feb 12, 2024
@tacaswell
Copy link
Member

anyone can merge if appveyor is green.

@ksunden ksunden merged commit 669f9ac into matplotlib:main Feb 12, 2024
41 of 42 checks passed
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull request Feb 12, 2024
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.

[Bug]: pcolormesh issue with np.seterr(under='raise')
5 participants