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

Avoiding pytest suite side-effects (dataset saving) #1764

Open
VeckoTheGecko opened this issue Nov 15, 2024 · 0 comments
Open

Avoiding pytest suite side-effects (dataset saving) #1764

VeckoTheGecko opened this issue Nov 15, 2024 · 0 comments
Labels
enhancement good first issue Good for new parcels developers

Comments

@VeckoTheGecko
Copy link
Contributor

Running the test suite creates the following zarr files:

./Peninsula.zarr
./MIT_particles_scipy.zarr
./nemo_particles.zarr
./DecayingMovingParticle.zarr
./StommelParticle.zarr
./EddyParticle.zarr
./RadialParticle.zarr
./MIT_particles_jit.zarr

cluttering the working directory. Changing the tests to clean up these files after the tests have run (e.g., by using temporary files) would improve the quality of the test suite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement good first issue Good for new parcels developers
Projects
Status: Backlog
Development

No branches or pull requests

1 participant