Skip to content

Commit e131636

Browse files
committed
rerun tests
Signed-off-by: helenxie-bit <[email protected]>
1 parent 741df8a commit e131636

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
@@ -743,7 +743,7 @@ class name in this argument.
743743
)
744744

745745
# Add metrics collector to the Katib Experiment.
746-
# Specify metrics format for the collector, for example: 'train_loss':0.846
746+
# Specify metrics format for the collector. For example: 'train_loss':0.846
747747
experiment.spec.metrics_collector_spec = models.V1beta1MetricsCollectorSpec(
748748
collector=models.V1beta1CollectorSpec(
749749
kind=metrics_collector_config["kind"]

0 commit comments

Comments
 (0)