Skip to content

Commit

Permalink
Update test_metric_utilities.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobson committed Mar 18, 2024
1 parent 5206bc4 commit c2f4d90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_metric_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,9 @@ def test_design_params():
real_G = G,
real_subs = subs,
real_results = results,
metric_list = design_results.keys())
metric_list = design_results.keys(),
metric_evaluation = MetricEvaluation()
)
for metric, val in metrics.items():
assert metric in design_results
assert np.isclose(val, 0)
Expand Down

0 comments on commit c2f4d90

Please sign in to comment.