We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d395db0 commit dc912acCopy full SHA for dc912ac
.gitignore
@@ -1,7 +1,6 @@
1
build/*
2
docs/_build/*
3
docs/_downloads
4
-gh-pages/*
5
lib/
6
bin/
7
parcels_examples
@@ -19,15 +18,13 @@ out-*
19
18
.DS_store
20
21
.vscode
22
-.idea/*
23
.env
24
Profile.prof
25
**/.ipynb_checkpoints/*
26
.cache/*
27
-.pytest_cache/*
28
.eggs/*
29
parcels.egg-info/*
30
dist/parcels*.egg
31
-parcels/examples/particle*.png
32
parcels/_version_setup.py
33
-/.pytest_cache/
+.pytest_cache
+.coverage
0 commit comments