Skip to content

Commit 3fe3748

Browse files
committed
fix: use changed method name
1 parent 1f1026b commit 3fe3748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/metanetx_assets/api/reaction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def etl_reactions(
9898
):
9999
logger.debug(row.mnx_id)
100100
reaction = Reaction()
101-
reaction.participants = EquationParser.parse(
101+
reaction.participants = EquationParser.parse_participants(
102102
row.equation, compound_mapping, compartment_mapping
103103
)
104104
# We collect identifiers such that we insert only unique ones per

0 commit comments

Comments
 (0)