Skip to content
Snippets Groups Projects
Commit 71b79ec6 authored by Miroslav Kratochvil's avatar Miroslav Kratochvil :bicyclist:
Browse files

fix the bounds type in docs

parent 85931328
No related branches found
No related tags found
No related merge requests found
......@@ -73,8 +73,8 @@ function COBREXA.objective(m::CircularModel)
end
COBREXA.bounds(m::CircularModel) = (
spzeros(n_reactions(m)), # lower bounds
sparse(ones(n_reactions(m))), # upper bounds
zeros(n_reactions(m)), # lower bounds
ones(n_reactions(m)), # upper bounds
)
function COBREXA.stoichiometry(m::CircularModel)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment