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 0c98234 commit 75512fcCopy full SHA for 75512fc
tests/integration/hdf5/test_image.py
@@ -39,7 +39,7 @@ def setUpContainer(self):
39
40
iS = IndexSeries(
41
name='test_iS',
42
- data=[1, 2, 3],
+ data=np.uint([1, 2, 3]),
43
unit='N/A',
44
indexed_images=self.images,
45
timestamps=[0.1, 0.2, 0.3]
0 commit comments