Skip to content

Commit 425fbac

Browse files
committed
move from fork to spawn
1 parent 3ad7101 commit 425fbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_auto-sklearn_for_metadata_generation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
metric=automl_arguments['metric'],
153153
cost_for_crash=get_cost_of_crash(automl_arguments['metric']),
154154
abort_on_first_run_crash=False,
155-
pynisher_context='fork')
155+
pynisher_context='spawn')
156156
run_info, run_value = ta.run_wrapper(
157157
RunInfo(
158158
config=config,

0 commit comments

Comments
 (0)