Skip to content

Commit

Permalink
add another assertion to test
Browse files Browse the repository at this point in the history
  • Loading branch information
sarangbhagwat committed Oct 31, 2024
1 parent 21cf686 commit c7aac38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def test_parameters_from_df(cache=[None]):
model.metrics_at_baseline()
assert U101.example_param == 10
assert U102.example_param == 20
assert U103.example_param == 50
assert U102.test_checker == example_namespace_var1
assert U103.test_checker == example_namespace_var2

Expand Down

0 comments on commit c7aac38

Please sign in to comment.