Skip to content

Commit

Permalink
Merge remote-tracking branch 'jmccreight/bug_snow_mass_err' into bug_…
Browse files Browse the repository at this point in the history
…snow_mass_err
  • Loading branch information
jmccreight committed Nov 1, 2023
2 parents f32017d + 55c116e commit 1b6a285
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions autotest/test_prms_canopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
from utils_compare import compare_in_memory, compare_netcdfs

# compare in memory (faster) or full output files? or both!
do_compare_output_files = False
do_compare_in_memory = True
rtol = atol = 1e-12
do_compare_output_files = True
do_compare_in_memory = False
rtol = atol = 1e-6

calc_methods = ("numpy", "numba", "fortran")
params = ("params_sep", "params_one")
Expand Down
Binary file modified bin/prms_linux_gfort_dbl_prec
Binary file not shown.
Binary file modified bin/prms_mac_intel_gfort_dbl_prec
Binary file not shown.
Binary file modified bin/prms_win_gfort_dbl_prec.exe
Binary file not shown.

0 comments on commit 1b6a285

Please sign in to comment.