Skip to content

Commit f0628c0

Browse files
committed
cleanup const
1 parent 87e69e8 commit f0628c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/window.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ cdef inline double calc_var(int64_t minp, int ddof, double nobs,
650650
return result
651651

652652

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

0 commit comments

Comments
 (0)