Skip to content

Commit 1a10652

Browse files
authored
[SDK] Fix namespace parameter in tune API (#1981)
1 parent 47b746f commit 1a10652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/v1beta1/kubeflow/katib/api/katib_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def tune(
295295
experiment.spec.trial_template = trial_template
296296

297297
# Create the Katib Experiment.
298-
self.create_experiment(exp_object=experiment)
298+
self.create_experiment(exp_object=experiment, namespace=namespace)
299299

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

0 commit comments

Comments
 (0)