-
Notifications
You must be signed in to change notification settings - Fork 28
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
Method Error with iscontiguous when nccreate is called #80
Comments
The problem here is the range |
Would be nice if this could be made to work with ranges, don't see why in this case it shouldn't. And would be good to update the README examples to julia 1.0 syntax as well. |
Replacing the range with collect fixed the issue, and I was able to run the entire quickstart example. Thanks for your help! |
@wrongkindofdoctor I'm reopening. Glad that using The README syntax is now updated in #82. |
Running the netcdf example using dictionaries to replace the deprecated curly brackets with Julia V1.0.2 produces the error
ERROR: MethodError: no method matching iscontiguous(::UnitRange{Int64})
This error occurs wit h Julia 1.0.2 on Rhel7, MacOS Mojave, and Windows 10 OS's
Script:
Result:
The text was updated successfully, but these errors were encountered: