Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
COBREXA.jl
Manage
Activity
Members
Plan
External wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LCSB-BioCore
COBREXA.jl
Commits
71b79ec6
Commit
71b79ec6
authored
3 years ago
by
Miroslav Kratochvil
Browse files
Options
Downloads
Patches
Plain Diff
fix the bounds type in docs
parent
85931328
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/src/advanced/2_custom_model.md
+2
-2
2 additions, 2 deletions
docs/src/advanced/2_custom_model.md
with
2 additions
and
2 deletions
docs/src/advanced/2_custom_model.md
+
2
−
2
View file @
71b79ec6
...
...
@@ -73,8 +73,8 @@ function COBREXA.objective(m::CircularModel)
end
COBREXA
.
bounds
(
m
::
CircularModel
)
=
(
sp
zeros
(
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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment