Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Gitlab will go into maintenance Friday 3rd February from 9:00 to 10:00
Open sidebar
LCSB-BioCore
COBREXA.jl
Commits
a2a1de25
Verified
Commit
a2a1de25
authored
Dec 02, 2021
by
Laurent Heirendt
✈
Browse files
remove duplicate function definitions
parent
f0891712
Pipeline
#50250
failed with stages
in 8 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/reconstruction/CoreModelCoupled.jl
View file @
a2a1de25
...
...
@@ -440,9 +440,3 @@ end
change_objective!
(
model
::
CoreModelCoupled
,
rxn_xid
::
Int
)
=
change_objective!
(
model
.
lm
,
[
rxn_xid
])
function
change_objective!
(
model
::
CoreModelCoupled
,
args
...
;
kwargs
...
)
change_objective!
(
model
.
lm
,
args
...
;
kwargs
...
)
end
change_objective!
(
model
::
CoreModelCoupled
,
rxn_id
::
String
)
=
change_objective!
(
model
,
[
rxn_id
])
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment