Skip to content

Commit 43a4347

Browse files
Update neo/test/iotest/test_nixio.py
1 parent c999c64 commit 43a4347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/test/iotest/test_nixio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1527,7 +1527,7 @@ def test_annotation_types(self):
15271527
"sometime": time(13, 37, 42),
15281528
"somequantity": self.rquant(10, pq.ms),
15291529
"somestring": self.rsentence(3),
1530-
"npfloat": float(10),
1530+
"npfloat": np.float64(10),
15311531
"nparray": np.array([1, 2, 400]),
15321532
"emptystr": "",
15331533
}

0 commit comments

Comments
 (0)