Skip to content

Commit

Permalink
Renamed determine_reaction_family() to get_reaction_family_products()
Browse files Browse the repository at this point in the history
in rmgdb
  • Loading branch information
alongd committed Dec 7, 2024
1 parent ee7226c commit 6f59670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc/rmgdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def load_rmg_database(rmgdb: RMGDatabase,
logger.info('\n\n')


def determine_reaction_family(rmgdb: RMGDatabase,
def get_reaction_family_products(rmgdb: RMGDatabase,
reaction: Reaction,
save_order: bool = True,
) -> Tuple[Optional['KineticsFamily'], bool]:
Expand Down

0 comments on commit 6f59670

Please sign in to comment.