Merck / BioPhi

BioPhi is an open-source antibody design platform. It features methods for automated antibody humanization (Sapiens), humanness evaluation (OASis) and an interface for computer-assisted antibody sequence design.
https://biophi.dichlab.org/
MIT License
131 stars 44 forks source link

Error: module 'numpy' has no attribute 'int' #42

Open efrainceh opened 11 months ago

efrainceh commented 11 months ago

I got this message while trying to Export a Full Table after humanization.

image

gracevikman commented 11 months ago

Hi, I was using biophi from command line and also got this error. I fixed it by going to line 83 of biophi/humanization/methods/humanness.py:

curve = curve.astype(np.int64)

efrainceh commented 11 months ago

Ok, thanks!

gracevikman commented 11 months ago

No problem. I think it has to do with the version of numpy since I didn't have any issues when I set up the conda environment for biophi in the readme.

tony-res commented 11 months ago

I created a pull request to fix.