Tom Nicholas
Tom Nicholas
The only reason this was closed is because when I tried deleting the `grid_ufunc_refactor_project` branch it auto-closed every PR which built off that branch.
Hi @ifenty - xgcm v0.7.0 added a lot of improvements, including some which utilise type hints, which required bumping the minimum required version of python to 3.9. However something has...
This change would make all the signatures for the functions and decorators in the `grid_ufunc` refactor simpler too. I don't know whether I should make this change as part of...
I'm suprised that doesn't just immediately raise a TypeError. That's what I wanted it to do.
Actually I think your error message is indicating that there's a problem before it even realises that you fed it a dataset. There is currently no center to center interp...
> I used Dataset.map so it receives a DataArray so that part of your code is working well :) Oh in that case then we might be able to support...
@miniufo what you are asking for is a high-level function in xgcm that dispatches to the correct lower-level function for a particular set of grid positions. We already have that...
Possibly useful: https://blog.dask.org/2021/08/23/gsoc-2021-project
> Dask's visualize() function uses graphviz, so it's certainly not unprecedented. Can you put that inside a html repr? If not then it could live under a `Grid.visualize()` method anyway....
I mean this is very simple thing to warn over - we could just stick the warning in a version earlier to get this going quicker?