Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Oct 14, 2023
1 parent c817b62 commit 9bb9ada
Show file tree
Hide file tree
Showing 7 changed files with 181 additions and 181 deletions.
1 change: 0 additions & 1 deletion benchmarks/kriging_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def make_benchark(n_train, n_test, n_dim=2):
# All the following tests are performed with the linear variogram model
for backend in BACKENDS:
for n_closest_points in N_MOVING_WINDOW:

if backend == "vectorized" and n_closest_points is not None:
continue # this is not supported

Expand Down
Loading

0 comments on commit 9bb9ada

Please sign in to comment.