-
Notifications
You must be signed in to change notification settings - Fork 4
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
247 dynrankview fails to serialize when rank is 0 #248
247 dynrankview fails to serialize when rank is 0 #248
Conversation
This looks wrong. A rank 0 view has a single scalar value |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From a brief discussion with @rppawlo, it sounds like an uninitialized DynRankView will have dim 0 and size 0, while a single scalar DynRankView will have dim 0 and non-zero size. This PR, including tests, should be updated to reflect that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
888069e
to
10d099c
Compare
10d099c
to
c0891ab
Compare
c0891ab
to
c9d6f9f
Compare
Fixes #247