We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e3b83 commit 39a3bf8Copy full SHA for 39a3bf8
1 file changed
gridData/tests/test_ccp4.py
@@ -60,7 +60,7 @@ def ccp4data():
60
('nlabl', 1),
61
('label', ' Map from fft '),
62
])
63
-def test_ccp4_integer_reading(ccp4data, name, value):
+def test_ccp4_read_header(ccp4data, name, value):
64
if type(value) is float:
65
assert_almost_equal(ccp4data.header[name], value, decimal=6)
66
else:
0 commit comments