We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mdio::Variable<mdio::dtypes::float64_t> var; mdio::VariableData<mdio::dtypes::float64_t> varData = mdio::from_variable(var).value()
mdio::Variable<mdio::dtypes::float64_t> var;
mdio::VariableData<mdio::dtypes::float64_t> varData = mdio::from_variable(var).value()
Writing and then reading chunks from this pattern resulted in a fill value of 0 instead of NaN.
0
NaN
The text was updated successfully, but these errors were encountered:
BrianMichell
Successfully merging a pull request may close this issue.
mdio::Variable<mdio::dtypes::float64_t> var;
mdio::VariableData<mdio::dtypes::float64_t> varData = mdio::from_variable(var).value()
Writing and then reading chunks from this pattern resulted in a fill value of
0
instead ofNaN
.The text was updated successfully, but these errors were encountered: