Skip to content

Commit

Permalink
Remove superfluous code
Browse files Browse the repository at this point in the history
  • Loading branch information
LSchueler committed Jul 15, 2024
1 parent 4b270af commit b8a190b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/gstools/variogram/variogram.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,11 +559,6 @@ def vario_estimate_axis(
if missing:
field.mask = np.logical_or(field.mask, missing_mask)
mask = np.ma.getmaskarray(field)
if (
not config.USE_GSTOOLS_CORE
and config._GSTOOLS_CORE_AVAIL # pylint: disable=W0212
): # pylint: disable=W0212
mask = np.asarray(mask, dtype=np.int32)
else:
field = np.atleast_1d(np.asarray(field, dtype=np.double))
missing_mask = None # free space
Expand Down

0 comments on commit b8a190b

Please sign in to comment.