We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
constructModel[{reaction["b1", {}, {metabolite["x1", None]}, {1}, False]}, Parameters -> {rateconst["b1", True] -> 0.1 Hour^-1}]
does not raise an error although the correct unit should be
rateconst["b1", True] -> 0.1 * Hour^-1 * Liter]
Activity