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
fix: checking for double nested strings in gres and gpu settings (#251)
users ought to get an informative error message, if they request
resources with `gres="'gpu:1'"` instead of `gres="gpu:1!` (or similarly
for the `gpu` resource).
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Bug Fixes**
- Enhanced error feedback for GPU and GRES argument validations,
providing more specific messages to distinguish nested quotation issues
from general format errors.
- **Tests**
- Added tests to verify error handling for nested string formats in GRES
and GPU model arguments, ensuring accurate error messages are raised.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
0 commit comments