Skip to content

Commit

Permalink
fix tab error
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Jan 10, 2023
1 parent 653aaa1 commit 951e327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmgpy/data/kinetics/family.py
Original file line number Diff line number Diff line change
Expand Up @@ -4324,7 +4324,7 @@ def get_reactant_thermo(reactant,metal):
if type(rxns[i].kinetics) != KineticsModel:
if rxns[i].kinetics.solute:
rxns[i].kinetics.solute = to_soluteTSdata(rxns[i].kinetics.solute,reactants=rxns[i].reactants)
rrev = Reaction(reactants=products, products=reacts,
rrev = Reaction(reactants=products, products=reacts,
kinetics=rxns[i].generate_reverse_rate_coefficient(), rank=rxns[i].rank)
rrev.is_forward = False

Expand Down

0 comments on commit 951e327

Please sign in to comment.