Skip to content

Commit

Permalink
Minor: Style modification in constraints.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed Feb 24, 2024
1 parent fabe9af commit c732708
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rmgpy/constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

from rmgpy.species import Species


def pass_cutting_threshold(species):
"""
Pass in either a `Species` or `Molecule` object and checks whether it passes
Expand Down Expand Up @@ -58,6 +59,7 @@ def pass_cutting_threshold(species):

return False


def fails_species_constraints(species):
"""
Pass in either a `Species` or `Molecule` object and checks whether it passes
Expand Down

0 comments on commit c732708

Please sign in to comment.