Skip to content

Commit

Permalink
Increase tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
darafferty committed Jun 14, 2024
1 parent de69b9f commit ff8c939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tbdsf_process_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Check if the outputs agree with the reference ones
outputs_agree = compare_results(
filecmp.dircmp("tbdsf_process_image.in_fits_pybdsf", "reference_outputs"),
1e-3,
1e-2,
2
)

Expand Down

0 comments on commit ff8c939

Please sign in to comment.