Closed iainmuntz closed 2 years ago
When I import the test dataset from the simulation it loads in as a dask array as so:
However when I then try to convert this to numpy as Maurits did on Monday with np.asarray I get a TypeError as so:
Not sure if this is some package version difference which causes us to get different results or something else.
Having re-merged everything and re-branched from develop this is all working again. I think I was on an outdated version of the read_file part of the package. Will close the issue
When I import the test dataset from the simulation it loads in as a dask array as so:
However when I then try to convert this to numpy as Maurits did on Monday with np.asarray I get a TypeError as so:
Not sure if this is some package version difference which causes us to get different results or something else.