Skip to content

Conversation

@apasarkar
Copy link
Collaborator

@apasarkar apasarkar commented Apr 18, 2025

Small change, allows lazy arrays to pass as expected through the subsample (and the vmin/vmax quick computation) functions. Fixes #804

@kushalkolar
Copy link
Member

Ah this is because whatever np.nanmin calls isn't implemented for your lazy arrays. If you have a way to pre-compute the min and max for your lazy arrays that would be fastest.

@kushalkolar kushalkolar merged commit 29b098d into fastplotlib:main Apr 18, 2025
51 of 52 checks passed
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.

Unexpected subsample_array behavior

2 participants