Skip to content

Conversation

@yger
Copy link
Collaborator

@yger yger commented Dec 11, 2025

This PR adds the possibility to add/remove cases to a given Study, once it has already been created. When adding new cases, they have to have datasets already part of the Study, otherwise there would be an error

@yger yger added the benchmarks Related to benchmarks module label Dec 11, 2025
@samuelgarcia samuelgarcia added this to the 0.104.0 milestone Dec 12, 2025
assert len(levels) == num_levels
else:
raise ValueError("Keys for cases must str or tuple")
cls._check_cases(cases, levels)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This need to return levels in case it is changed (whane None)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

benchmarks Related to benchmarks module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants