You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'olndims' does not change while looping and 'lndims' is incremented
(starting with zero). So in the case of only one singleton dimension,
the previous code is ok.
But generally the index of 'laxes_ids' should be 'olndims + lndims'.
The text was updated successfully, but these errors were encountered:
@kjoti
Hi Koji. Thank you for helping solve this problem.
Could you submit these changes as a pull request to our repo's master branch? You can do this by making a fork of this repo, making changes in your fork, and submitting a pull request to merge your fork's branch into ours. This makes it easier to track changes provided by contributors to this project.
Hi, i am koji.
The problem occurs in the following cases:
CMOR automatically adds the singleton dimensions if needed,
so omitting them is allowed and very common.
It's easy to fix this problem. Apply the following patch:
'olndims' does not change while looping and 'lndims' is incremented
(starting with zero). So in the case of only one singleton dimension,
the previous code is ok.
But generally the index of 'laxes_ids' should be 'olndims + lndims'.
The text was updated successfully, but these errors were encountered: