Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jan 4, 2024
1 parent 1b304aa commit 9960a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypesto/optimize/ess/sacess.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def __init__(
Directory for temporary files. This defaults to a directory in the
current working directory named ``SacessOptimizerTemp-{random suffix}``.
When setting this option, make sure any optimizers running in
parallel have unique `tmpdir`s.
parallel have unique `tmpdir`.
"""
if (num_workers is None and ess_init_args is None) or (
num_workers is not None and ess_init_args is not None
Expand Down

0 comments on commit 9960a3d

Please sign in to comment.