Skip to content

Commit

Permalink
Updated tolerance to test github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
CBROWN-ONS committed Aug 9, 2023
1 parent 96eb91b commit 20a0b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/gtfs/test_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,8 +655,8 @@ def test__plot_summary_on_pass(self, gtfs_fixture):
os.path.join(
"tests", "data", "gtfs", "plots", "example_png_summary.png"
),
os.path.join("data", "interim", "save_test.png"),
tol=0,
os.path.join("data", "interim", "save_test.PNG"),
tol=20,
)
is None
), "Generated Image did not match test image"
Expand Down

0 comments on commit 20a0b24

Please sign in to comment.