Skip to content

Commit ee62aa0

Browse files
committed
Fixed test
1 parent 0c852d3 commit ee62aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/surrogate_tests/test_causal_surrogate_assisted.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def test_causal_surrogate_assisted_execution_incorrect_search_config(self):
205205

206206
c_s_a_test_case = CausalSurrogateAssistedTestCase(specification, search_algorithm, simulator)
207207

208-
self.assertRaises(c_s_a_test_case.execute(ValueError, ObservationalDataCollector(scenario, df),
208+
self.assertRaises(ValueError, c_s_a_test_case.execute(ObservationalDataCollector(scenario, df),
209209
custom_data_aggregator=data_double_aggregator))
210210

211211
def tearDown(self) -> None:

0 commit comments

Comments
 (0)