Skip to content

Commit eeda6e7

Browse files
committed
Updated doc string max executions
1 parent 5df6b9d commit eeda6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causal_testing/surrogate/causal_surrogate_assisted.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def execute(
8888
space which is, therefore, most likely to indicate incorrect behaviour. This cadidate test case is run against
8989
the simulator, checked for faults and the result returned with collected data
9090
:param data_collector: An ObservationalDataCollector which gathers data relevant to the specified scenario
91-
:param max_executions: Maximum number of executions
91+
:param max_executions: Maximum number of simulator executions before exiting the search
9292
:param custom_data_aggregator:
9393
:return: tuple containing SimulationResult or str, execution number and collected data"""
9494
data_collector.collect_data()

0 commit comments

Comments
 (0)