Skip to content

Commit c299b64

Browse files
committed
fix: allow new boundary column
1 parent 3be6d13 commit c299b64

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

main/como/create_context_specific_model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,7 @@ def _collect_boundary_reactions(path: Path) -> _BoundaryReactions:
550550
df = _create_df(path)
551551
for column in df.columns:
552552
if column not in [
553+
"boundary",
553554
"reaction",
554555
"abbreviation",
555556
"compartment",

0 commit comments

Comments
 (0)