Skip to content

Commit b978a13

Browse files
committed
Minor fix in sparameter table parameter in metadata
1 parent 2bddbb8 commit b978a13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nirfsg/metadata/functions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,7 +1519,7 @@
15191519
'use_array': False
15201520
},
15211521
{
1522-
'array_dimensions': 3,
1522+
'array_dimension': 3,
15231523
'complex_array_representation': 'complex_number_array',
15241524
'direction': 'in',
15251525
'documentation': {
@@ -2005,7 +2005,7 @@
20052005
'use_in_python_api': True
20062006
},
20072007
{
2008-
'array_dimensions': 3,
2008+
'array_dimension': 3,
20092009
'complex_array_representation': 'complex_number_array',
20102010
'direction': 'in',
20112011
'documentation': {

0 commit comments

Comments
 (0)