Skip to content

Commit 6486878

Browse files
authored
Update test_gaussian_log.py
1 parent eabec31 commit 6486878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_gaussian_log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def test_atom_types(self) :
1919
self.assertEqual(self.system.data['atom_types'][ii], self.atom_types[ii])
2020

2121
def test_nopbc(self):
22-
self.assertEqual(self.nopbc, True)
22+
self.assertEqual(self.system.nopbc, True)
2323

2424
class TestGaussianLoadLog(unittest.TestCase, TestGaussianLog):
2525
def setUp (self) :

0 commit comments

Comments
 (0)