Skip to content

Commit

Permalink
add issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
DE0CH committed Jan 7, 2023
1 parent 04e599c commit 9eb2923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/irace/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def run(self):
self.scenario = r_to_python(self.r_scenario)
self.context['py_scenario'] = self.scenario
# According to Deyao, keeping r_target_runner in the python scenario
# crashes `multiprocessing.Queue`.
# crashes `multiprocessing.Queue`. See issue https://github.com/rpy2/rpy2/issues/970
self.scenario['targetRunner'] = None

with localconverter(irace_converter):
Expand Down

0 comments on commit 9eb2923

Please sign in to comment.