Barry57 / GENetLib

A Python library for Gene–environment interaction analysis via deep learning
MIT License
6 stars 2 forks source link

Update basis_mat.py #3

Closed yoogawu closed 2 hours ago

yoogawu commented 5 hours ago

Hi, i find that in numpy >= 1.17, the 'np.matrix' method is deprecated, it needs to be changed into 'np.array'.

Barry57 commented 5 hours ago

Thanks for your PR, I will check and rerun the code.