Skip to content

Commit

Permalink
CovModel: fix wrong imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Oct 19, 2022
1 parent dfdea63 commit 3b1ac65
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/gstools/covmodel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
Gaussian
Exponential
Matern
ExpInt
Mueller
Integral
Stable
Rational
Cubic
Expand All @@ -56,14 +55,13 @@
from gstools.covmodel.models import (
Circular,
Cubic,
ExpInt,
Exponential,
Gaussian,
HyperSpherical,
Integral,
JBessel,
Linear,
Matern,
Mueller,
Rational,
Spherical,
Stable,
Expand All @@ -81,8 +79,7 @@
"Gaussian",
"Exponential",
"Matern",
"ExpInt",
"Mueller",
"Integral",
"Stable",
"Rational",
"Cubic",
Expand Down

0 comments on commit 3b1ac65

Please sign in to comment.