Skip to content

Commit

Permalink
Updated tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
CBROWN-ONS committed Aug 9, 2023
1 parent 629ac79 commit 594a4d3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/gtfs/test_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,10 +660,14 @@ def test__plot_summary_on_pass(self, gtfs_fixture):
assert (
mpl_compare.compare_images(
os.path.join(
"tests", "data", "gtfs", "plots", "example_png_summary.png"
"/tests",
"data",
"gtfs",
"plots",
"example_png_summary.PNG",
),
os.path.join("data", "interim", "save_test.PNG"),
tol=1,
tol=5,
)
is None
), "Generated Image did not match test image"
Expand Down

0 comments on commit 594a4d3

Please sign in to comment.