We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a190b commit 4911823Copy full SHA for 4911823
src/gstools/krige/krigesum.pyx
@@ -60,7 +60,7 @@ def calc_field_krige(
60
const double[:, :] krig_mat,
61
const double[:, :] krig_vecs,
62
const double[:] cond,
63
- const int num_threads=None,
+ num_threads=None,
64
):
65
66
cdef int mat_i = krig_mat.shape[0]
0 commit comments