Skip to content

Commit

Permalink
fix long/longlong issue on win with np2
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed May 27, 2024
1 parent 127677e commit b5b807e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pykrige/ok.py
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ def execute(
a,
bd,
mask.astype("int8"),
bd_idx.astype(int),
bd_idx.astype("long"),
self.X_ADJUSTED.shape[0],
c_pars,
)
Expand Down

0 comments on commit b5b807e

Please sign in to comment.