File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
tests/integ/sagemaker/experiments Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -86,9 +86,7 @@ def verify_load_run():
86
86
retry_with_backoff (verify_load_run , 4 )
87
87
88
88
89
- def test_two_local_run_init_with_same_run_name_and_different_exp_names (
90
- sagemaker_session
91
- ):
89
+ def test_two_local_run_init_with_same_run_name_and_different_exp_names (sagemaker_session ):
92
90
exp_name1 = f"my-two-local-exp1-{ name ()} "
93
91
exp_name2 = f"my-two-local-exp2-{ name ()} "
94
92
run_name = "test-run"
@@ -126,9 +124,7 @@ def test_two_local_run_init_with_same_run_name_and_different_exp_names(
126
124
("my-test4" , "test-run" , "run-display-name-test" ), # with supplied display name
127
125
],
128
126
)
129
- def test_run_name_vs_trial_component_name_edge_cases (
130
- sagemaker_session , input_names
131
- ):
127
+ def test_run_name_vs_trial_component_name_edge_cases (sagemaker_session , input_names ):
132
128
exp_name , run_name , run_display_name = input_names
133
129
with cleanup_exp_resources (exp_names = [exp_name ], sagemaker_session = sagemaker_session ):
134
130
with Run (
You can’t perform that action at this time.
0 commit comments