Skip to content

Commit

Permalink
Update the unit tests to call the new function too
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuSchaller committed Aug 10, 2024
1 parent 92407fd commit c804251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_emulator_bins.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@ def test_basic_emulator_generator():
)

gpe.predict_values([0, 7], {"x": 1.5, "y": 1.0})
gpe.predict_values_no_error([0, 7], {"x": 1.5, "y": 1.0})
1 change: 1 addition & 0 deletions tests/test_emulator_multiple.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,4 @@ def test_basic_emulator_generator_multiple():
)

gpe.predict_values(np.array([0.2, 0.9, 9.9, 5.0]), {"x": 0.5, "y": 1})
gpe.predict_values_no_error(np.array([0.2, 0.9, 9.9, 5.0]), {"x": 0.5, "y": 1})

0 comments on commit c804251

Please sign in to comment.