Closed kaisengit closed 3 years ago
The units are not a problem so long as you are consistent in your own mind. I'll see if we can suppress the warnings.
I just checked the latest version (2.1.0) and it seems that it now ignores the unit error messages. If you have any other issues let me know.
Hello,
I am using simplesbml to create a rather large reaction network (hundreds of species and reactions). In principle this works fine. However I always get warnings about unexpected units for my reactions. Here is a minimum example to reproduce:
This would be some simple reaction in the form: S1 -> S2 with rate constant k The snippet will lead to the following warning:
This seems to happen to happen because SBML expects the overall unit to be mole/sec but the model has mole/(sec*litre). The litre now actually comes from the default compartment. These warnings are very annoying for me because they appear hundreds of times and will bury any possible useful warnings.
Now I have a few questions:
But I am not sure whether I am "allowed" to do that or if it could hurt my model.