Skip to content

Conversation

@pipliggins
Copy link
Contributor

Adds an error message informing users that lists of input sets cannot be used with experiments.

Fixes #5200

Important checks:

Please confirm the following before marking the PR as ready for review:

  • No style issues: nox -s pre-commit
  • All tests pass: nox -s tests
  • The documentation builds: nox -s doctests
  • Code is commented for hard-to-understand areas
  • Tests added that prove fix is effective or that feature works

@pipliggins pipliggins requested a review from a team as a code owner October 13, 2025 11:34
@codecov
Copy link

codecov bot commented Oct 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.77%. Comparing base (86fec31) to head (c9b7c67).
⚠️ Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #5226   +/-   ##
========================================
  Coverage    98.77%   98.77%           
========================================
  Files          321      321           
  Lines        27729    27731    +2     
========================================
+ Hits         27389    27391    +2     
  Misses         340      340           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

@martinjrobins martinjrobins left a comment

Choose a reason for hiding this comment

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

this looks great, does #5191 change this at all?

@pipliggins
Copy link
Contributor Author

this looks great, does #5191 change this at all?

@martinjrobins No, #5191 doesn't touch any of the experiment/cycle solution code.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: better error message when trying to use multiple input sets with experiments

2 participants