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
35c07086
Unverified
Commit
35c07086
authored
3 years ago
by
Miroslav Kratochvil
Browse files
Options
Downloads
Patches
Plain Diff
simplify model uploading
parent
05dce829
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/analysis/sampling/warmup.jl
+3
-2
3 additions, 2 deletions
src/analysis/sampling/warmup.jl
with
3 additions
and
2 deletions
src/analysis/sampling/warmup.jl
+
3
−
2
View file @
35c07086
...
...
@@ -19,9 +19,10 @@ function warmup(
# create optimization problem, apply constraints
save_model
=
:
(
begin
optmodel
=
$
COBREXA
.
make_optimization_model
(
$
model
,
$
optimizer
)
model
=
$
model
optmodel
=
$
COBREXA
.
make_optimization_model
(
model
,
$
optimizer
)
for
mod
in
$
modifications
mod
(
$
model
,
optmodel
)
mod
(
model
,
optmodel
)
end
optmodel
end
...
...
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