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
Using logicalReduce in NcML when using the new builder-based API has no effect, so likely not implemented yet. Simple example - consider the following NcML:
When using the old API, the variable var looks like float var(a=5);, which is expected. Using the new API, it looks like float var(a=5, b=1);. Marked in version 5, as priority should be there for the TDS, which is where this came up.
Relevant stack trace
No response
Relevant log messages
No response
If you have an example file that you can share, please attach it to this issue.
If so, may we include it in our test datasets to help ensure the bug does not return once fixed?
Note: the test datasets are publicly accessible without restriction.
Yes
Code of Conduct
I agree to follow the UCAR/Unidata Code of Conduct
The text was updated successfully, but these errors were encountered:
Versions impacted by the bug
v5.x, v6.x, v7.x
What went wrong?
Using
logicalReduce
in NcML when using the new builder-based API has no effect, so likely not implemented yet. Simple example - consider the following NcML:When using the old API, the variable
var
looks likefloat var(a=5);
, which is expected. Using the new API, it looks likefloat var(a=5, b=1);
. Marked in version 5, as priority should be there for the TDS, which is where this came up.Relevant stack trace
No response
Relevant log messages
No response
If you have an example file that you can share, please attach it to this issue.
If so, may we include it in our test datasets to help ensure the bug does not return once fixed?
Note: the test datasets are publicly accessible without restriction.
Yes
Code of Conduct
The text was updated successfully, but these errors were encountered: