Skip to content

Commit

Permalink
[SDK] Fix namespace parameter in tune API (#1981)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvelich authored Oct 24, 2022
1 parent 47b746f commit 1a10652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/v1beta1/kubeflow/katib/api/katib_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def tune(
experiment.spec.trial_template = trial_template

# Create the Katib Experiment.
self.create_experiment(exp_object=experiment)
self.create_experiment(exp_object=experiment, namespace=namespace)

# TODO (andreyvelich): Get Experiment should always return one Experiment.
# Use list_experiments to return Experiment list.
Expand Down

0 comments on commit 1a10652

Please sign in to comment.