Skip to content

Commit b1d8e77

Browse files
committed
Correct header key
1 parent 60269ee commit b1d8e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/tests/test_parrec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,4 +913,4 @@ def test_alternative_header_field_names():
913913
# PAR/REC files output using R11 have a capital D in "Max. number of
914914
# Diffusion values" in the General Information section. This tests that
915915
# the key is read correctly regardless of case.
916-
assert HDR_INFO['max. number of diffusion values'] == 1
916+
assert HDR_INFO['max_diffusion_values'] == 1

0 commit comments

Comments
 (0)