opencobra / memote

memote – the genome-scale metabolic model test suite
https://memote.readthedocs.io/
Apache License 2.0
125 stars 26 forks source link

Change the experimental table layout #593

Open Midnighter opened 5 years ago

Midnighter commented 5 years ago

Starting with pandas 0.24, it is a ValueError for the index and a column to have the same name as it is ambiguous. We need to fix our experimental data parsing accordingly.