Skip to content

Commit

Permalink
fix: default value of workspace dir (#1851)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianwerk committed Feb 4, 2021
1 parent c043c25 commit df3e99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jina/optimizers/__init__.py
Expand Up @@ -115,7 +115,7 @@ def __init__(
parameter_yaml: str,
evaluation_callback: 'OptimizerCallback',
n_trials: int,
workspace_base_dir: str = '',
workspace_base_dir: str = '.',
sampler: str = 'TPESampler',
direction: str = 'maximize',
seed: int = 42,
Expand Down

0 comments on commit df3e99a

Please sign in to comment.