Skip to content

Commit

Permalink
Comment out imports irrelevant to key functions to avoid needing to a…
Browse files Browse the repository at this point in the history
…dd more files
  • Loading branch information
hwpang committed Aug 8, 2023
1 parent 424f2f5 commit f7935ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions molecule/data/kinetics/family.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
from sklearn.model_selection import KFold

from molecule import settings
from molecule.constraints import fails_species_constraints
# from molecule.constraints import fails_species_constraints
from molecule.data.base import Database, Entry, LogicNode, LogicOr, ForbiddenStructures, get_all_combinations
from molecule.data.kinetics.common import save_entry, find_degenerate_reactions, generate_molecule_combos, \
ensure_independent_atom_ids
Expand All @@ -61,7 +61,7 @@
from molecule.molecule.atomtype import ATOMTYPES
from molecule.reaction import Reaction, same_species_lists
from molecule.species import Species
from molecule.tools.uncertainty import KineticParameterUncertainty
# from molecule.tools.uncertainty import KineticParameterUncertainty
from molecule.molecule.fragment import Fragment

################################################################################
Expand Down

0 comments on commit f7935ab

Please sign in to comment.