Skip to content

Commit 8f739a6

Browse files
committed
cleanup const
1 parent 3d0c477 commit 8f739a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/window.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ cdef inline double calc_var(int64_t minp, int ddof, double nobs,
651651
return result
652652

653653

654-
cdef inline void add_var(const double val, double *nobs, double *mean_x,
654+
cdef inline void add_var(double val, double *nobs, double *mean_x,
655655
double *ssqdm_x) nogil:
656656
""" add a value from the var calc """
657657
cdef double delta

0 commit comments

Comments
 (0)