python-qds / qdscreen

Quasi-determinism screening for fast Bayesian Network Structure Learning (from T.Rahier's PhD thesis, 2018)
https://python-qds.github.io/qdscreen/
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

AttributeError: module 'numpy' has no attribute 'object'. #38

Closed smarie closed 1 year ago

smarie commented 1 year ago

It seems that np.object was deprecated, we should use object instead