Skip to content

Commit

Permalink
Add test for evaluate(List)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolaCourtier committed Jul 3, 2024
1 parent d6120c8 commit a02257a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/test_observers.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def test_observer(self, model, parameters):
# Test evaluate with different inputs
observer._time_data = t_eval
observer.evaluate(parameters.as_dict())
observer.evaluate(parameters.current_value())

# Test evaluate with dataset
observer._dataset = pybop.Dataset(
Expand Down

0 comments on commit a02257a

Please sign in to comment.