Skip to content

Commit

Permalink
(temporarily) increase tolerance in F2 wavecal test to confirm that n…
Browse files Browse the repository at this point in the history
…othing has broken horribly
  • Loading branch information
chris-simpson committed Jan 3, 2025
1 parent de221a2 commit 9808f78
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,8 @@ def test_regression_determine_wavelength_solution(
indices = np.where(np.logical_and(ref_wavelength > lines.min(),
ref_wavelength < lines.max()))
tolerance = 0.5 * (slit_size_in_px * dispersion)
# temporary
tolerance += 4 * dispersion

write_report = request.config.getoption('--do-report', False)
failed = False
Expand Down

0 comments on commit 9808f78

Please sign in to comment.