xarray-contrib / flox

Fast & furious GroupBy operations for dask.array
https://flox.readthedocs.io
Apache License 2.0
124 stars 18 forks source link

tests: move xfail out of functions #265

Closed mathause closed 1 year ago

mathause commented 1 year ago

I had a look at the flox tests and moved the xfails out of the function body. This is marginally faster as the skipping happens at collection time.

(It's is certainly not worth it but I couldn't sleep..., let me know if any of them look too ugly)

dcherian commented 1 year ago

This is great. Thank you!