Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LCSB-BioCore
COBREXA.jl
Commits
bea6c703
Unverified
Commit
bea6c703
authored
May 26, 2021
by
St. Elmo
Browse files
fix test
parent
0794963b
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/reconstruction/community.jl
View file @
bea6c703
...
...
@@ -95,7 +95,9 @@ end
community
.
c
[
end
]
=
1.0
community
.
xl
[
end
]
=
0.0
community
.
xu
[
end
]
=
1000.0
d
=
flux_balance_analysis_dict
(
community
,
Tulip
.
Optimizer
;
modifications
=
[
change_optimizer_attribute
(
"IPM_IterationsLimit"
,
1000
)])
@test
size
(
stoichiometry
(
community
))
==
(
2203
,
3003
)
@test
isapprox
(
d
[
"community_biomass"
],
0.8
,
atol
=
TEST_TOLERANCE
)
@test
isapprox
(
d
[
"community_biomass"
],
0.8
739215069675402
,
atol
=
TEST_TOLERANCE
)
end
St. Elmo
@stelmo
mentioned in commit
47d6f578
·
Jun 10, 2021
mentioned in commit
47d6f578
mentioned in commit 47d6f578b977f945ebf97602d01b3fd8a58aff7c
Toggle commit list
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