ywx649999311 / EzTao

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

Changed `np.bool` to `bool` and `np.complex` to `complex` to support newer versions of Numpy. #72

Closed drewoldag closed 1 year ago

drewoldag commented 1 year ago

Tested this by reproducing the example code in the main README and got the same results. All the unit tests in the ./tests directory pass.