Skip to content

Commit

Permalink
minor import namespace issues
Browse files Browse the repository at this point in the history
  • Loading branch information
corinwagen committed Sep 17, 2021
1 parent 0f84208 commit 91cb167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cctk/gaussian_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def __init__(
self.ensemble = ConformationalEnsemble()

if molecule is not None:
assert isinstance(molecule, cctk.Molecule), "molecule is not a valid cctk.Molecule!"
assert isinstance(molecule, Molecule), "molecule is not a valid cctk.Molecule!"
self.ensemble.add_molecule(molecule)

self.route_card = route_card
Expand Down

0 comments on commit 91cb167

Please sign in to comment.