Skip to content

Commit

Permalink
Fix Cython type problem
Browse files Browse the repository at this point in the history
  • Loading branch information
LSchueler committed Jul 15, 2024
1 parent b8a190b commit 4911823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gstools/krige/krigesum.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def calc_field_krige(
const double[:, :] krig_mat,
const double[:, :] krig_vecs,
const double[:] cond,
const int num_threads=None,
num_threads=None,
):

cdef int mat_i = krig_mat.shape[0]
Expand Down

0 comments on commit 4911823

Please sign in to comment.