-
Notifications
You must be signed in to change notification settings - Fork 143
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
Removing JIT from tests #1853
base: v4-dev
Are you sure you want to change the base?
Removing JIT from tests #1853
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Just confirming that the deleted tests in test_fieldset.py
were specific to JIT?
@@ -604,94 +583,6 @@ def UpdateU(particle, fieldset, time): # pragma: no cover | |||
assert np.allclose(fieldset.U.data, da["U"].values, atol=1.0) | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume that test_from_netcdf_memory_containment()
was quite specific to JIT?
This PR, which is part of v4-development, removes the tests for JIT-mode from the unit tests, the examples and the tutorials. This is the first step to removing JIT altogether from Parcels in v4