Fixes 975 by only removing leftmost array dimension if equal to 1 #993
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Submission Checklist
Summary
Fixes #975 by removing only the leftmost dimension of the init if it is equal to 1. Previously the code was calling
drop()
but that drops all dimensions equal to 1. @andrjohns I'd appreciate if you can check my logic here, but I think with a subset of draws we want to drop only the first dimension if it is equal to 1. This passes all the tests I have setup for weird dimension sized parameter types so I think this logic is correct but I'd appreciate another set of eyes.Copyright and Licensing
Please list the copyright holder for the work you are submitting
(this will be you or your assignee, such as a university or company):
Simons Foundation
By submitting this pull request, the copyright holder is agreeing to
license the submitted work under the following licenses:
@mhollanders would you mind installing the branch of cmdstanr and checking whether this works for the larger model you are working with? I have this passing your minimal test case but would rather be certain I'm not just catching a small edge case