holoviz / datashader

Quickly and accurately render even the largest data.
http://datashader.org
BSD 3-Clause "New" or "Revised" License
3.26k stars 363 forks source link

Add tests for handling of NaNs in where reductions #1241

Closed ianthomas23 closed 1 year ago

ianthomas23 commented 1 year ago

Fixes #1215.

There are no code changes here, the correct behaviour has already been implemented in previous PRs. This modifies existing tests by adding extra NaNs to explicitly test that the behaviour is correct.