Skip to content

Commit

Permalink
Test: Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-berchet committed Dec 18, 2024
1 parent 4ab50b2 commit 1d02224
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/test.pip
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ pytest-xdist>=3.0.2

# Pin versions for tests
matplotlib==3.6.*
pynrrd==1.0.0
pynrrd==0.4.3
seaborn==0.12.*
3 changes: 3 additions & 0 deletions tests/test_O1_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ def test_ValidateSynthesis(small_O1_working_directory, data_dir):
"tolerance": 2e-3,
"absolute_tolerance": 1e-15,
},
"synthesis/apical_points.yaml": {
"tolerance": 1e-3,
},
"validation/morphology_validation_reports/validation_results.json": {
"tolerance": 2e-3,
"absolute_tolerance": 1e-12,
Expand Down

0 comments on commit 1d02224

Please sign in to comment.