Skip to content

Commit

Permalink
(QoL) removed duration testing from core tests as they did not play w…
Browse files Browse the repository at this point in the history
…ell with Windows (will be added back in 15.1 for Linux and MacOS); still present elsewhere
  • Loading branch information
amkrajewski committed Feb 13, 2024
1 parent 549371f commit 4bfe692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/partialTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
python -m pip install -e .
- name: Test with pytest
run: |
pytest --durations=0
pytest
2 changes: 1 addition & 1 deletion pysipfenn/tests/test_pysipfenn.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def test_descriptorCalculate_KS2022_randomSolution_parallel_multiple(self):
self.assertIn('finalAtomsN', meta)
self.assertIn('finalCompositionDistance', meta)
self.assertIn('finalComposition', meta)


if __name__ == '__main__':
unittest.main()

0 comments on commit 4bfe692

Please sign in to comment.