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
The error message for checking the length of count in readvar appears wrong;
NetCDF.jl, line 344 :
length(count) == v.ndim || error("Length of start ($(length(count))) must equal the number of variable dimensions ($(v.ndim))")
Please change "Length of start" to "Length of count"
The text was updated successfully, but these errors were encountered:
Fix error message "Length of count"
0fdaf41
Fixes #191
Thanks for the report! Fix in #192.
Sorry, something went wrong.
Fix error message "Length of count" (#192)
32a4e34
Successfully merging a pull request may close this issue.
The error message for checking the length of count in readvar appears wrong;
NetCDF.jl, line 344 :
Please change "Length of start" to "Length of count"
The text was updated successfully, but these errors were encountered: