Skip to content

Commit

Permalink
[air] fix xgboost_benchmark script by passing in args (ray-project#27146
Browse files Browse the repository at this point in the history
)
  • Loading branch information
matthewdeng authored and Kai Fricke committed Jul 28, 2022
1 parent 1de3c1f commit 0fa2e1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def exception(self):
self._exception = self._pconn.recv()
return self._exception

p = MyProcess(target=f, *args, **kwargs)
p = MyProcess(target=f, args=args, kwargs=kwargs)
start = time.monotonic()
p.start()
p.join()
Expand Down

0 comments on commit 0fa2e1b

Please sign in to comment.