Skip to content

Commit

Permalink
Merge pull request #661 from OpenGATE/update_tol
Browse files Browse the repository at this point in the history
  • Loading branch information
dsarrut authored Jan 7, 2025
2 parents 78542a8 + 2aaca23 commit 5f6a259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opengate/tests/src/test085_free_flight_mt.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
stats,
tolerance=65,
ignore_value_data1=0,
sum_tolerance=8,
sum_tolerance=8.5,
axis="x",
)
and is_ok
Expand All @@ -55,7 +55,7 @@
stats,
tolerance=65,
ignore_value_data1=0,
sum_tolerance=8,
sum_tolerance=8.5,
axis="x",
)
and is_ok
Expand Down

0 comments on commit 5f6a259

Please sign in to comment.