Skip to content

Commit 1a4679a

Browse files
committed
2 parents cea5c6a + 491a1c5 commit 1a4679a

55 files changed

Lines changed: 205 additions & 1601 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
ParticleSpy/__pycache__/
2-
ParticleSpy/Parameters/
1+
particlespy/__pycache__/
32
particlespy.egg-info/
4-
ParticleSpy/__pycache__/*.pyc
3+
particlespy/__pycache__/*.pyc
54
.vscode/settings.json

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install:
1111
- pip install codecov
1212

1313
script:
14-
- pytest --cov=ParticleSpy
14+
- pytest --cov=particlespy
1515
- cd docs
1616
- make html
1717
- touch _build/html/.nojekyll

ParticleSpy/Basic Example.ipynb

Lines changed: 0 additions & 1396 deletions
This file was deleted.
-98.7 MB
Binary file not shown.

ParticleSpy/Data/test_parameters.dat

Lines changed: 0 additions & 10 deletions
This file was deleted.

ParticleSpy/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.
-10 KB
Binary file not shown.
-11.4 KB
Binary file not shown.
-182 Bytes
Binary file not shown.
-1.91 KB
Binary file not shown.

0 commit comments

Comments
 (0)