Skip to content

Commit

Permalink
regression means
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccreight committed Oct 17, 2024
1 parent 173913d commit 9a63115
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions autotest/test_mmr_to_mf6_dfw.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ def test_mmr_to_mf6_chf_dfw(tmp_path, binary_flw):

# <
answers_regression_means = {
"stage_all": 1.03667372881148,
"flow_all": 44.685014111989425,
"stage_all": 1.0372047024253908,
"flow_all": 44.70210250910929,
}


Expand Down Expand Up @@ -470,4 +470,5 @@ def get_outflow(itime):

for kk, vv in answers_regression_means.items():
abs_diff = abs(locals()[kk].mean() - vv)

assert abs_diff < 1e-5, f"results for {kk} are not close"

0 comments on commit 9a63115

Please sign in to comment.