Skip to content

Commit

Permalink
[SDK] Fix namespace parameter in tune API
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvelich committed Oct 11, 2022
1 parent 96ab64b commit cf5ca59
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 cf5ca59

Please sign in to comment.