Skip to content

Commit

Permalink
Merge pull request #75 from compSPI/nina-pdf
Browse files Browse the repository at this point in the history
Edit environment.yml + Add unit-tests for particle_metadata.ipynb
  • Loading branch information
ninamiolane authored Jun 14, 2022
2 parents 0ee2cb5 + 9513d5e commit da789df
Show file tree
Hide file tree
Showing 4 changed files with 406 additions and 276 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Files output by the notebooks
notebooks/data/metadata.star

# Files output by the tests
2dhb.*

Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ dependencies:
- mrcfile
- numba
- numpy
- h5py>=2.10.0
- h5py>=3.6.0
- pandas
- pillow>=8.2.0
- pip
- pytest
- pytest-cov
- pytorch
- pyyaml
- osfclient
- pip :
- osfclient
- jupyter
- starfile

Loading

0 comments on commit da789df

Please sign in to comment.