Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: dongy <dongy@nvidia.com>
  • Loading branch information
dongy committed Nov 2, 2023
1 parent 8ee6069 commit 0024d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monai/apps/auto3dseg/bundle_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def set_mlflow_tracking_uri(self, mlflow_tracking_uri: str | None) -> None:
the remote tracking Server; MLflow runs will be recorded locally in algorithms' model folder if
the value is None.
"""
self.mlflow_tracking_uri = mlflow_tracking_uri # type: ignore
self.mlflow_tracking_uri = mlflow_tracking_uri # type: ignore

def fill_template_config(self, data_stats_filename: str, algo_path: str, **kwargs: Any) -> dict:
"""
Expand Down

0 comments on commit 0024d62

Please sign in to comment.