Skip to content

Commit

Permalink
fix previous commit with channel names
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrbortolotti authored and nikhar-abbas committed Sep 17, 2020
1 parent 457a725 commit fbb5cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ROSCO_toolbox/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ def freadRowOrderTableBuffered(fid, n, type_in, nCols, nOff=0, type_out='float64

info = {'name': os.path.splitext(os.path.basename(filename))[0],
'description': DescStr,
'attribute_names': ChanName,
'channels': ChanName,
'attribute_units': ChanUnit}
return data, info

Expand Down

0 comments on commit fbb5cbc

Please sign in to comment.