Read sIndices as uint32's in binarywave.load.
[igor.git] / test / test.py
index bf8d6deab26a9509f9cdb642e399637d073f6826..cda1355813b3aea051d1801ef08eb35cea193250 100644 (file)
@@ -58,7 +58,7 @@ array(['Mary', 'had', 'a', 'little', 'lamb'],
  'noteSize': 0,
  'optionsSize1': 0,
  'optionsSize2': 0,
- 'sIndices': '\x00\x00\x00\x04\x00\x00\x00\x07\x00\x00\x00\x08\x00\x00\x00\x0e\x00\x00\x00\x12',
+ 'sIndices': array([ 4,  7,  8, 14, 18], dtype=uint32),
  'sIndicesSize': 20,
  'version': 5,
  'wfmSize': 338}
@@ -374,7 +374,7 @@ array(['Mary', 'had', 'a', 'little', 'lamb'],
  'noteSize': 0,
  'optionsSize1': 0,
  'optionsSize2': 0,
- 'sIndices': '\x04\x00\x00\x00\x07\x00\x00\x00\x08\x00\x00\x00\x0e\x00\x00\x00\x12\x00\x00\x00',
+ 'sIndices': array([ 4,  7,  8, 14, 18], dtype=uint32),
  'sIndicesSize': 20,
  'version': 5,
  'wfmSize': 338}