koenderinklab / OpenDDM

https://koenderinklab.github.io/OpenDDM/
Apache License 2.0
3 stars 2 forks source link

Error when converting dask array to numpy array #44

Closed iainmuntz closed 2 years ago

iainmuntz commented 2 years ago

When I import the test dataset from the simulation it loads in as a dask array as so: image

However when I then try to convert this to numpy as Maurits did on Monday with np.asarray I get a TypeError as so: image

Not sure if this is some package version difference which causes us to get different results or something else.

iainmuntz commented 2 years ago

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