Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LSchueler committed Dec 30, 2023
1 parent 2e51a5b commit e823fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gstools/variogram/variogram.py
Expand Up @@ -386,7 +386,7 @@ def vario_estimate(
bandwidth,
separate_dirs=_separate_dirs_test(direction, angles_tol),
estimator_type=cython_estimator,
num_threads=config.num_threads,
num_threads=config.NUM_THREADS,
)
if dir_no == 1:
estimates, counts = estimates[0], counts[0]
Expand Down

0 comments on commit e823fc9

Please sign in to comment.