Frank Bergmann
Frank Bergmann
seems like JWS has changed their endpoint for retrieving Manuscript entries, I'll see whether that is still supported.
according to their implementation it is still: ``` ^rest/ ^models/(?P[-\w]+)/manuscript/$ ^rest/ ^models/(?P[-\w]+)/sbml/$ ``` which is what basico uses, it currently gives an error code, but there is not much basico...
I've contacted the original authors and will let you know once I find out how to best proceed with this.
I'm not sure i like the idea that remove_event without parameter would automatically remove all events. Instead all remove methods should look whether the name is list-like and if so...
this has been released as part of 0.85
@dweindl agreed, please use `writeMathMLToStdString` all `toString` methods from libsbml should be used with caution. That being said, we should annotate the swig bindings for those methods.
Looking through the code, the `listOfCurveSegments` seems to be considered 'old' style. And is still read by the underlying rendergroup where it gets converted to the listOfElements. Why this is...
this could be parse dependent? wikipedia lists 2.23e-308 as min value:
checking this in c++ this morning, ```c++ #include #include #include #include #include #include int main() { std::cout
That'd be literally every setXXXX function that takes a double. And will be quite the undertaking and not something i would find time for anytime soon. How about a flag...