Skip to content

Validate time-dependent input alignment - #332

Merged
uriahf merged 4 commits into
mainfrom
fix/time-input-validation-3
Aug 20, 2026
Merged

Validate time-dependent input alignment#332
uriahf merged 4 commits into
mainfrom
fix/time-input-validation-3

Conversation

@uriahf

@uriahf uriahf commented Aug 20, 2026

Copy link
Copy Markdown
Owner

Summary

  • validate supported probs / reals / times layouts before time-dependent processing
  • fail clearly on mismatched population keys, mixed dict/array layouts across multiple groups, and per-group length mismatches
  • preserve supported cases: multiple models sharing one outcome/time array and single-group mixed keyed/array inputs
  • add focused regression tests

Why

Invalid multi-population input shapes could previously fall through into internal errors such as missing-key access or an undefined data_to_adjust path. These are API validation errors and should fail early with deliberate messages.

Scope

No metric calculations, AJ methodology, plotting behavior, ordering, heuristics, or runtime dependencies are changed.

@github-actions

github-actions Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor
PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-08-20 09:38 UTC

@uriahf
uriahf marked this pull request as ready for review August 20, 2026 09:38
@uriahf
uriahf merged commit 8ff2875 into main Aug 20, 2026
4 checks passed
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.

1 participant