AIforGreatGood / biotransfer

Machine learning-driven antibody design
Other
51 stars 15 forks source link

pandas version #5

Closed px172 closed 2 months ago

px172 commented 1 year ago

Thanks for sharing the codes and pre-trained model. The environment.yaml file does not indicate the version of pandas. In my case, Conda installed version 2.0.3, which caused demo 2 to fail due to the deprecation of frame.append in pandas 2.0. The solution is to downgrade pandas to version 1.x. Demo 2 was successfully executed when I downgraded pandas to version 1.5.3.

wjk1214 commented 1 year ago

src/explores/explorer.py line 220 modify sequences_data = sequences_data.append( sequences_data = sequences_data._append(