Skip to content

Commit 75512fc

Browse files
committed
Fix IndexSeries/data warning
1 parent 0c98234 commit 75512fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/hdf5/test_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def setUpContainer(self):
3939

4040
iS = IndexSeries(
4141
name='test_iS',
42-
data=[1, 2, 3],
42+
data=np.uint([1, 2, 3]),
4343
unit='N/A',
4444
indexed_images=self.images,
4545
timestamps=[0.1, 0.2, 0.3]

0 commit comments

Comments
 (0)