Skip to content

Commit 7763a83

Browse files
committed
Errant type error
1 parent 76cb380 commit 7763a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/window/aggregations.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ cdef void update_sum_of_window(float64_t val,
737737

738738
cdef:
739739
float64_t val_raised
740-
int val_length, x_length
740+
double val_length, x_length
741741
bool val_length_flag, x_length_flag
742742

743743
if add_mode:

0 commit comments

Comments
 (0)