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

Fix np.int error #44

Closed tony-res closed 11 months ago

tony-res commented 11 months ago

Fixing np.int bug. https://github.com/Merck/BioPhi/issues/42

Numpy no longer aliases np.int. Instead it recommends just to use the built in int type.