diff --git a/tests/test_io.py b/tests/test_io.py index e4b18454..d7fc5177 100644 --- a/tests/test_io.py +++ b/tests/test_io.py @@ -2197,4 +2197,4 @@ def test_dynamic_diags(self): msg = "The chosen result_handler does not support dynamic_diagnostics. Try using e.g., ResultHandlerBinaryFile." with pytest.raises(InvalidOptionException, match = re.escape(msg)): - model.simulate(options = opts) # missing get_result implementation + model.simulate(options = opts)