Skip to content

Commit

Permalink
Updated default value for spare to match what was discussed in mmaeli…
Browse files Browse the repository at this point in the history
  • Loading branch information
Egil committed Dec 17, 2020
1 parent c247282 commit dc5366a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skgstat/Kriging.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(
solver='inv',
n_jobs=1,
perf=False,
sparse=True
sparse=False
):
"""Ordinary Kriging routine
Expand Down

0 comments on commit dc5366a

Please sign in to comment.