-
-
Notifications
You must be signed in to change notification settings - Fork 18
Description
This issue will track our progress in testing CellMLToolkit.jl on the CellML Model Repository.
I have a branch that I've added some functions to query the Model Repo for all of the "exposures" and then curl them here. Additionally I added some functions to create a DataFrame to see which models work and which don't, here.
This work is incomplete and since the model repository is quite large, it takes a while to download.
We are planning to do something similar for SBML.jl and their test-suite so it'd be nice to have some consistency in testing.
I don't have the entire library, but from my sample of ~1000 models, I found that we can call solve on about 10% of these models and get back a Solution.
@shahriariravanian you've mentioned some of the issues that could be contributing to this 10% number. It would be good to mention them, so that as they get fixed we can see how this percentage changes.