Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LCSB-BioCore
COBREXA.jl
Commits
4a046d03
Verified
Commit
4a046d03
authored
Dec 02, 2021
by
Laurent Heirendt
✈
Browse files
put back fct signature with string
parent
a2a1de25
Pipeline
#50251
passed with stages
in 8 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/reconstruction/CoreModelCoupled.jl
View file @
4a046d03
...
...
@@ -440,3 +440,5 @@ end
change_objective!
(
model
::
CoreModelCoupled
,
rxn_xid
::
Int
)
=
change_objective!
(
model
.
lm
,
[
rxn_xid
])
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