Skip to content
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

Open
wants to merge 6 commits into
base: v4-dev
Choose a base branch
from
Open

Conversation

erikvansebille
Copy link
Member

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

@erikvansebille erikvansebille mentioned this pull request Feb 13, 2025
Copy link
Contributor

@VeckoTheGecko VeckoTheGecko left a 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)


Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Status: In review
Development

Successfully merging this pull request may close these issues.

2 participants