-
Notifications
You must be signed in to change notification settings - Fork 168
Small refactors of VectorField and pragma comments #1836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Also deprecate old methods temp
used the following regex: def .*\(particle, fieldset, time\):$ test
b2b9239 to
dc912ac
Compare
|
CI failure looks to be related to xarray. Investigating now... |
|
So the failure is related to the recent release of v2025 of xarray. Not sure exactly why, or whether it is a bug with upstream. Loading the zarr dataset explicitly fixes it |
Glad you found it! |
ffea461 to
21a7b37
Compare
Shifting a couple functions out of the VectorField class (as they're independent of the VectorField class).
Also disabled coverage for kernels (the way we use kernels both in JIT and SciPy means that the coverage checker cant detect their usage).