get wrong in saveEcmodel #410
-
Beta Was this translation helpful? Give feedback.
Answered by
edkerk
Jan 14, 2026
Replies: 1 comment 3 replies
-
|
I have checked all the subsystems are the cell form, but it still went wrong |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


I cannot replicate this bug, but the problem seems to be in the empty subSubsystems entries. A workaround (only works for the tutorial):
I will change that
makeEcModeldefines non-empty subsystems for the protein usage reactions.This also highlights a bug in RAVEN's
readYAMLmodel, which loads subSystems as nested cell arrays, while it should be "just" a cell array.