powellb / seapy

State Estimation and Analysis in Python
MIT License
28 stars 21 forks source link

tide.py and new numpy #57

Closed ivicajan closed 5 years ago

ivicajan commented 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

powellb commented 5 years ago

Thanks, sorry for the delay.

This has been incorporated into tagged release 0.4.1.