Shahriar Iravanian
Shahriar Iravanian
added hyint (hybrid integration package) to the index.
The remaining issues are: 1. Some CellML XML files are defective (missing some initial values). Currently, CellMLToolkit throws an error for these. However, the plan is to return a list...
This is the results of the latest run: | # | outcome | |------|-----------------------------------------------------------| | 867| CellML models | | 6 | too large (>500K, excluded) | | 744| successfully...
Here is the result file as a CSV file. The `res` col codes are: 0 -> fail to generate ODESystem 1 -> fail to generate ODEProblem 2 -> fail to...
These are the latest tracking results using ver 2.4.1 (to be pushed soon): | # | outcome | |--------|--------------------------------------------------------------| | 867 | CellML models | | 6 | too large...
This usually happens because the model is unstable and you get something like a negative argument to a log or, as in here, a negative number raised to a non-integer...
In JuliaCon, we talked about identifying CellML components and using Conductor.jl as a bridge to MTK. Of course, the problem is that CellML files do not include the relevant metadata....
I will push the new version today. The problem is that the current version does not import correctly.
Look at https://libcellml.org/ . This is the official C++ library from the CellML folks. It is still a work in progress, but has many interesting test scenarios (components included). Let's...
I agree. I've been going through the files that give an error and try to find the reason, especially for "value of X is not found" errors. Some CellML files...