ccsb-scripps / AutoDock-Vina

AutoDock Vina
http://vina.scripps.edu
Apache License 2.0
597 stars 210 forks source link

fix: fixed DeprecationWarning from pytest about `np.int`. #165

Closed JSLJ23 closed 1 year ago

JSLJ23 commented 1 year ago

Fixed DeprecationWarning from pytest about np.int.

Changed np.int to np.int32 in line 260 of vina.py.

markllama commented 1 year ago

This would be better served by PR #167