Skip to content

Commit

Permalink
update tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
rcooke-ast committed Jul 28, 2024
1 parent 7ac548f commit d18d9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vet_tests/test_datacube.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def test_coadd_datacube(redux_out):
med, std = np.median(resid), 1.4826*np.median(np.abs(np.median(resid) - resid))
# The sensitivity function is based on the optimal extraction, so the optimal should be spot on.
# The boxcar will be worse, so allow a larger tolerance
assert(np.abs(med) < 0.5*std)
assert(np.abs(med) < std)
######################################
# Remove all of the created files
# First remove the non-fluxed files
Expand Down

0 comments on commit d18d9d4

Please sign in to comment.