Skip to content

Commit

Permalink
unify objective function
Browse files Browse the repository at this point in the history
Signed-off-by: helenxie-bit <[email protected]>
  • Loading branch information
helenxie-bit committed Jan 23, 2025
1 parent 018ec33 commit 8cd3d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/v1beta1/kubeflow/katib/api/katib_client_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def create_experiment(
"invalid env_per_trial",
{
"name": "tune_test",
"objective": lambda x: x,
"objective": lambda x: print(f"a={x}"),
"parameters": {"a": katib.search.int(min=10, max=100)},
"env_per_trial": "invalid",
},
Expand Down

0 comments on commit 8cd3d0c

Please sign in to comment.