You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Bugfix] Switch --rates CLI arg to handle a comma separated list of values (#433)
## Summary
Since the refactor, --rates will not allow a comma separated list of
values like --rates=1,2,3,4
## Details
This PR re-enables this feature, where a user can specify a static list
of rates to sweep through.
## Test Plan
- Testing locally
## Related Issues
- None
---
- [X] "I certify that all code in this PR is my own, except as noted
below."
## Use of AI
- [ ] Includes AI-assisted code completion
- [X] Includes code generated by an AI application
- [ ] Includes AI-generated tests (NOTE: AI written tests should have a
docstring that includes `## WRITTEN BY AI ##`)
0 commit comments