Frank Bergmann

Results 115 comments of Frank Bergmann

> One could argue that for species dependent assignment rules, the species should be reinitialized such that the assignment matches the value specified in the condition to allow implicit reinitialization,...

indeed, libCombine should probably not be exposing the duplicated symbol (as it won't make any use of that). Until i release a new version i'd recommend to first include libcombine,...

I am not aware of a better solution than to install it on top of the python environment.

could you try to set the `CMAKE_BUILD_PARALLEL_LEVEL` environment variable instead? if you set it to `FREEBSD_MAKE_JOBS`, it should default to that number.

When i try this, it works as intended: ```python formulaToL3String(parseL3Formula(' (konm * (h ^ - 1.0) / koffm)')) ``` yields: `konm * h^-1 / koffm` Can you let me know...

Hello Dan, this makes it apparent, that this is an issue with the [jsbml](https://github.com/sbmlteam/jsbml) project, so there is not much i can help with here. I'll try and transfer the...

Indeed, the SWT version of the binary (since they were created in intel / ppc times), probably would not run for you locally. You'd need at least an SWT version....

I've updated the build files to include the new SWT version, with that with openjdk and ant from homebrew it works with the following commands: ```bash git clone https://github.com/sbmlteam/sbml-test-suite git...

looks like unit validation cannot know what the result of a function defined in the distrib package is. I am not aware of any plugin system in libSBML that allows...

it feels like the proper thing to do would be to have the distrib plugin provide information about the csymbols and the unit input/output relationship. adding dimensionless like in your...