We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9874ae1 commit 3761df1Copy full SHA for 3761df1
test/test_examples.py
@@ -66,7 +66,7 @@ def test_mkmodbase_example(self):
66
# can read it
67
with open(os.path.join(tmpdir, 'output.cif')) as fh:
68
contents = fh.readlines()
69
- self.assertEqual(len(contents), 450)
+ self.assertEqual(len(contents), 451)
70
71
s, = modelcif.reader.read(fh)
72
0 commit comments