Skip to content

Commit

Permalink
feat: accept ‘boundary’ column name
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLoecker committed Dec 9, 2024
1 parent 141cdea commit f56263e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/como/create_context_specific_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ def _collect_boundary_reactions(path: Path) -> _BoundaryReactions:
df = _create_df_from_file(path)
for column in df.columns:
if column not in [
"boundary",
"reaction",
"abbreviation",
"compartment",
Expand Down

0 comments on commit f56263e

Please sign in to comment.