Skip to content

Commit

Permalink
Fixing test patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ifilot committed Dec 7, 2023
1 parent 874cf07 commit 0a82192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_geometry_optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def test_optimization_h2o(self):
self.assertEqual(res['data']['nuclear'].shape, (N, N))
self.assertEqual(res['data']['tetensor'].shape, (N, N, N, N))

@unittest.skipIf(sys.platform == "Darwin",
@unittest.skipIf(sys.platform == "darwin",
"skipping test for MacOS")
def test_optimization_c2h4(self):
"""
Expand Down

0 comments on commit 0a82192

Please sign in to comment.