zhanglab / psamm

Curation and analysis of metabolic models
https://zhanglab.github.io/psamm/
GNU General Public License v3.0
34 stars 15 forks source link

Change pd.append to pd.concat for pandas 2.0 #274

Closed zhenjiaofenjie closed 1 year ago

zhenjiaofenjie commented 1 year ago

Since pandas 2.0, pd.append is no longer supported, which leads to a broken manual_curation function. It can be easily fixed by migrating to pd.concat.

Greetings from Jing!

yingzhanguri commented 1 year ago

We merged the pull request to develop