Ewan Short

Results 6 comments of Ewan Short

> It wouldn't result in any visual changes on first draw, but it would on scroll zoom (see plotly/plotly.js#1899). > > It sounds to me like we could remove that...

Hello! I've had a crack at a PR for this here (https://github.com/pydata/xarray/pull/10939)

I've just realized this PR is very similar to @TomNicholas's PR #9492 from 2024, sorry! Happy to update authorship in the `whats-new.rst` if appropriate. Not sure why #9492 wasn't merged...

Thank you so much @dcherian for your review! I've responded to your code comments above. Some additional thoughts and questions below. - I used `xarray` extensively during my academic years,...

Thanks again @dcherian for the fast response! > Our other option here is to use apply_ufunc(..., dask="parallelized") this will enforce a single chunk along the reduction axis and apply the...

Sure thing @dcherian! Here's how I approached the revision. 1. If I understand correctly, `xarray.computation.apply_ufunc.apply_ufunc` is meant to work on `xarray` objects, so I've instead used `dask.array.apply_gufunc` directly (the thing...