File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ jobs:
4444 conda activate test
4545 conda install --file requirements/run.txt
4646 conda install --file requirements/test.txt
47- pip install .
47+ pip install -e .
4848 - name : Validate diffpy.structure
4949 shell : bash -l {0}
5050 run : |
5151 conda activate test
52- coverage run -m pytest -vv -s
52+ coverage run -m diffpy.structure.tests.run
5353 coverage report -m
5454 codecov
Original file line number Diff line number Diff line change 1+ name : diffpy.structure
2+ channels :
3+ - conda-forge
4+ dependencies :
5+ - python=3
6+ - pip
Original file line number Diff line number Diff line change 1+ numpy < 2.0.0 # Need to fix deprecations before 2.0.0 compat
2+ pycifrw
3+ six
Original file line number Diff line number Diff line change 2525import numpy
2626import numpy .linalg as numalg
2727
28- from diffpy .structure import LatticeError
28+ from diffpy .structure . structureerrors import LatticeError
2929
3030# Helper Functions -----------------------------------------------------------
3131
You can’t perform that action at this time.
0 commit comments