Skip to content

Conversation

@kriben
Copy link
Collaborator

@kriben kriben commented Jan 2, 2026

The set_summary_values() Python API method now provides clear error messages when validation fails instead of failing silently.

Changes:

  • Add keyword length validation (8-character SMSPEC format limit)
  • Add value vector size validation with informative messages
  • Add test cases for both validation scenarios
  • Update existing test to expect exceptions for invalid inputs

Fixes #12199.

The set_summary_values() Python API method now provides clear error
messages when validation fails instead of failing silently.

Changes:
- Add keyword length validation (8-character SMSPEC format limit)
- Add value vector size validation with informative messages
- Add test cases for both validation scenarios
- Update existing test to expect exceptions for invalid inputs

Fixes #12199.
@magnesj magnesj merged commit a879452 into dev Jan 5, 2026
19 checks passed
@magnesj magnesj deleted the 12199-better-set-summary-values-error-message branch January 5, 2026 07:20
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.

Include informative validation error message for summary_case.set_summary_values()

3 participants