Benchmarking-Initiative / Benchmark-Models-PEtab

A collection of mathematical models with experimental data in the PEtab format as benchmark problems in order to evaluate new and existing methodologies for data-based modelling
BSD 3-Clause "New" or "Revised" License
28 stars 16 forks source link

implemented Bertozzi (2020) close #99 #101

Closed vanako closed 3 years ago

vanako commented 3 years ago

Hi @LeonardSchmiester , thank you for adding me as a collaborator. If I understand correctly, the first test fails because pandas v. 1.2.0 could not be found( https://travis-ci.com/github/Benchmarking-Initiative/Benchmark-Models-PEtab/builds/213024187#L217 ). Can I do something about this? If yes, I would appreciate your help with this :-)

yannikschaelte commented 3 years ago

The problem is that petab requires pandas>=1.2.0, which only exists on python>=3.7, therefore you need to change https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab/blob/master/.travis.yml#L2 to 3.7, or better 3.8, maybe it works then.

LeonardSchmiester commented 3 years ago

@vanako feel free to squash and merge :+1:

LeonardSchmiester commented 3 years ago

@vanako this can be merged then, right?!

vanako commented 3 years ago

sorry for the delay!! :see_no_evil: