Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ekwan/cctk
Browse files Browse the repository at this point in the history
  • Loading branch information
corinwagen committed Aug 25, 2020
2 parents 1e6849d + ca9c649 commit cf6e066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_opt.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_basic(self):
for x1, x2 in zip(np.ravel(mol2.geometry), np.ravel(mol.geometry)):
self.assertTrue(abs(float(x1)-float(x2)) < 0.1)

def test_csearch(self):
def skip_test_csearch(self):
mol = cctk.GaussianFile.read_file("test/static/L-Ala.gjf").get_molecule()

if opt.installed("crest") is not None:
Expand Down

0 comments on commit cf6e066

Please sign in to comment.