Skip to content

MNT: pcolormesh robust underflow#27773

Merged
ksunden merged 2 commits intomatplotlib:mainfrom
jklymak:mnt-pcolormesh-robust-underflow
Feb 12, 2024
Merged

MNT: pcolormesh robust underflow#27773
ksunden merged 2 commits intomatplotlib:mainfrom
jklymak:mnt-pcolormesh-robust-underflow

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.

@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.

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