Closed ivicajan closed 5 years ago
in tide.py you should add option for pickle to be compatable with numpy 1.17+ line 25 I think: with np.load(os.path.dirname(file) + "/constituents.npz", allow_pickle=True) as data:
otherwise install via conda is not working (if having updated numpy)
Cheers Ivica
Thanks, sorry for the delay.
This has been incorporated into tagged release 0.4.1.
in tide.py you should add option for pickle to be compatable with numpy 1.17+ line 25 I think: with np.load(os.path.dirname(file) + "/constituents.npz", allow_pickle=True) as data:
otherwise install via conda is not working (if having updated numpy)
Cheers Ivica