ywx649999311 / EzTao

A Python Toolkit for AGN Time Series Analysis using CARMA models
MIT License
17 stars 9 forks source link

Update reference to numpy bool #71

Closed drewoldag closed 1 year ago

drewoldag commented 1 year ago

There is a reference to a deprecated numpy function, np.bool in CARMATerm.py.

Changing this from np.bool to bool should be equivalent, and allow the use of the current numpy version (1.24)

drewoldag commented 1 year ago

I also found a couple references to np.complex which is also deprecated in newer versions of Numpy.

ywx649999311 commented 1 year ago

Merged in #72