Skip to content

Commit

Permalink
more codespell fix
Browse files Browse the repository at this point in the history
  • Loading branch information
baperry2 committed Jan 22, 2025
1 parent e454089 commit 579562a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Support/ceptr/ceptr/qssa_reduction.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def remove_quadratic_method_0(mechanism, qssa_species):
tryspecies_qssa.remove(species_remove)
# Check if still creates problem
if not qssa_coupling(mechanism, tryspecies_qssa):
# This combinaison works
# Does this combinaison contain entirely another successful combinaison
# This combination works
# Does this combination contain entirely another successful combination
# If yes, then we are removing too many species, do not include it as solution
add = True
for success_qssa_found in qssa_remove_proposal:
Expand Down

0 comments on commit 579562a

Please sign in to comment.