Skip to content

Commit

Permalink
Merge pull request #173 from mmaelicke/fix-directional-docs
Browse files Browse the repository at this point in the history
remove performance warning
  • Loading branch information
mmaelicke authored Oct 22, 2023
2 parents a59da91 + dc0af1d commit e29f161
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions skgstat/DirectionalVariogram.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ def __init__(self,
):
r"""Variogram Class
Directional Variogram. The calculation is not performant and not
tested yet.
Directional Variogram. Works similar to the base class, but one can
define a ``azimuth`` and a ``tolerance`` angle to only account for
point pairs in a user-defined direction. Directional variograms are
used to describe anisotropy in the data.
Parameters
----------
Expand Down

0 comments on commit e29f161

Please sign in to comment.