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
When attempting to test this code (configuration: OSX Mojave, python 3.7.3, anaconda 3, iris 2.2.0, sample data properly installed), I get the following error on the iris.load() call:
721
722 # Ensure we have write permission on the data buffer.
--> 723 data.setflags(write=True)
724
725 # Ensure the data is in the native byte order
ValueError: cannot set WRITEABLE flag to True of this array
The text was updated successfully, but these errors were encountered:
In the "Loading Iris cubes" section, the following example code is provided.
When attempting to test this code (configuration: OSX Mojave, python 3.7.3, anaconda 3, iris 2.2.0, sample data properly installed), I get the following error on the iris.load() call:
The text was updated successfully, but these errors were encountered: