Skip to content
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

Wrong error message #191

Closed
christinegz opened this issue Mar 20, 2024 · 1 comment · Fixed by #192
Closed

Wrong error message #191

christinegz opened this issue Mar 20, 2024 · 1 comment · Fixed by #192

Comments

@christinegz
Copy link

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"

@visr
Copy link
Member

visr commented Mar 20, 2024

Thanks for the report! Fix in #192.

@visr visr closed this as completed in #192 Mar 26, 2024
visr added a commit that referenced this issue Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants