Skip to content

Commit 4911823

Browse files
committed
Fix Cython type problem
1 parent b8a190b commit 4911823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gstools/krige/krigesum.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def calc_field_krige(
6060
const double[:, :] krig_mat,
6161
const double[:, :] krig_vecs,
6262
const double[:] cond,
63-
const int num_threads=None,
63+
num_threads=None,
6464
):
6565

6666
cdef int mat_i = krig_mat.shape[0]

0 commit comments

Comments
 (0)