Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LCSB-BioCore
COBREXA.jl
Commits
05eeebd9
Unverified
Commit
05eeebd9
authored
May 16, 2022
by
St. Elmo
Browse files
fix argument error
parent
6d0e83c7
Pipeline
#56619
passed with stages
in 11 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/reconstruction/gapfill_minimum_reactions.jl
View file @
05eeebd9
...
...
@@ -95,7 +95,7 @@ function gapfill_minimum_reactions(
# apply all modifications
for
mod
in
modifications
mod
(
opt_
model
,
model
)
mod
(
model
,
opt_
model
)
end
optimize!
(
opt_model
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment