Skip to content

Commit

Permalink
rebased to master after hourly merge
Browse files Browse the repository at this point in the history
Signed-off-by: travis-recurve <[email protected]>
  • Loading branch information
travis-recurve committed Jan 31, 2025
2 parents 59ce434 + bb10da1 commit c776e49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/daily_model/test_fit_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ def test_fit_model(self):
"MAE": 13.38,
"CVRMSE": 0.3206,
"PNRMSE": 0.2708,
"wRMSE": 16.95,
"RMSE": 16.95,
"MAE": 13.38,
"CVRMSE": 0.3206,
"PNRMSE": 0.2708,
}
for k in expected_model_error:
assert np.isclose(fm.error[k], expected_model_error[k], rtol=1e-2)

0 comments on commit c776e49

Please sign in to comment.