We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60269ee commit b1d8e77Copy full SHA for b1d8e77
nibabel/tests/test_parrec.py
@@ -913,4 +913,4 @@ def test_alternative_header_field_names():
913
# PAR/REC files output using R11 have a capital D in "Max. number of
914
# Diffusion values" in the General Information section. This tests that
915
# the key is read correctly regardless of case.
916
- assert HDR_INFO['max. number of diffusion values'] == 1
+ assert HDR_INFO['max_diffusion_values'] == 1
0 commit comments