Skip to content

Commit

Permalink
Merge branch '970-increase_tolerance_for_github_action' into 'master'
Browse files Browse the repository at this point in the history
Augmentation de la tolérance pour GitHub Action

Closes #970

See merge request 3d/cars-park/cars!793
  • Loading branch information
dyoussef committed Jan 3, 2025
2 parents c72e6e7 + 096bd3a commit fbe430c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_end2end.py
Original file line number Diff line number Diff line change
Expand Up @@ -1688,8 +1688,8 @@ def test_end2end_ventoux_unique_split():
"performance_map_end2end_ventoux_split.tif",
)
),
atol=1.0e-7,
rtol=1.0e-7,
atol=0.0001,
rtol=1e-6,
)

assert_same_images(
Expand Down Expand Up @@ -1900,8 +1900,8 @@ def test_end2end_ventoux_unique_split():
"performance_map_end2end_ventoux_split_no_merging.tif",
)
),
rtol=1.0e-7,
atol=1.0e-7,
atol=0.0001,
rtol=1e-6,
)
assert_same_images(
os.path.join(
Expand Down

0 comments on commit fbe430c

Please sign in to comment.