We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ccc9c commit d03de04Copy full SHA for d03de04
sagemaker-train/tests/unit/train/evaluate/test_pipeline_templates.py
@@ -121,7 +121,6 @@ def test_deterministic_template_with_optional_mlflow_params(self):
121
pipeline_def = json.loads(rendered)
122
123
assert pipeline_def["MlflowConfig"]["MlflowExperimentName"] == "test-experiment"
124
- assert pipeline_def["MlflowConfig"]["MlflowRunName"] == "test-run"
125
126
def test_deterministic_template_with_all_hyperparameters(self):
127
"""Test DETERMINISTIC_TEMPLATE with all optional hyperparameters."""
0 commit comments