Skip to content

Commit 2f919ba

Browse files
committed
fix dtype casting
1 parent bfd5776 commit 2f919ba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

redblackpy/series/tree_series.pyx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,8 @@ cdef class Series:
422422
"""
423423
Cast values to specific dtype.
424424
"""
425+
self.dtype = dtype
426+
425427
if self.dtype == 'uint8':
426428

427429
if self.dtype_series is None:

0 commit comments

Comments
 (0)