Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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