Skip to content

Commit

Permalink
#3 Using more reaction ids
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Nov 14, 2023
1 parent e51c9b4 commit 51aac10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chaste_codegen_sbml/translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ def GetReaction(n, model):
""" Get the ID of a reaction to use as a variable name. """
reaction = model.getReaction(n)
reaction_id = reaction.getId()
reaction_name = reaction.getName()
return reaction_id

def GetReactionFormula(n, model):
Expand Down

0 comments on commit 51aac10

Please sign in to comment.