Skip to content

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?

da = xr.open_dataset(str(tmp_zarrfile).replace(".zarr", "_0005U.nc"))
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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These tests were mostly about the field-chunking; but that will go too in v4

@erikvansebille erikvansebille merged commit 0c7adbf into v4-dev Feb 17, 2025
16 checks passed
@erikvansebille erikvansebille deleted the removing-jit-from-tests branch February 17, 2025 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done
Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants