-
Notifications
You must be signed in to change notification settings - Fork 1.2k
list_runs doesn't work twice. Raises a ValueError about the name length of the run. #3673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Here are some more examples of experiment names that pass (no exception in
|
Hi, thanks for providng detailed reproduction steps.
There was a bug in the
You are correct in expecting a single trial component. Fixed in #3821 |
Thank you, @danabens. |
Describe the bug
I have a dummy Sagemaker notebook where I use an experiment name
BO-POC-synthetic-data
.When I
list_runs
for that experiment once, it works.When I do
list_runs
for that experiment a second time, it makesTo reproduce
Note that there are two trial components generated.

Conceptually, I'd only expect one trial component; why is there one with the experiment name repeated twice?
I suspect the longer one is causing the exception.
Expected behavior
I'd expect to be able to list-runs twice.
Screenshots or logs

Also, a zipped version of my Studio notebook:
JM-2023-02-21_bug_report_Sagemaker_Experiments_bug_report.html.zip
System information
A description of your system. Please provide:
Additional context
The text was updated successfully, but these errors were encountered: