Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: prevent error when model outputs buffer is larger than the RunModelParams internal buffer #525

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

chrispcampbell
Copy link
Contributor

Fixes #524

See issue for more details. I added new unit tests to verify this case (for both RunModelParams implementations) and also updated the existing impl-var-access integration test so that it verifies this case as well (previously it used the same number of outputs in two different runs, so the bug was masked, but now it is covered better).

@chrispcampbell chrispcampbell merged commit beed1f5 into main Aug 27, 2024
6 checks passed
@chrispcampbell chrispcampbell deleted the chris/524-store-outputs branch August 27, 2024 23:00
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.

RangeError when running model with a smaller amount of outputs than in a previous run
1 participant