diff --git a/gstools/covmodel/base.py b/gstools/covmodel/base.py index 180aa876d..16ff4845e 100644 --- a/gstools/covmodel/base.py +++ b/gstools/covmodel/base.py @@ -1220,7 +1220,7 @@ def name(self): def do_rotation(self): """:any:`bool`: State if a rotation is performed.""" return ( - not np.all(np.isclose(self.angles, 0.0)) and not self.is_isotropic + not np.all(np.isclose(self.angles, 0.0)) ) @property