Skip to content

Commit

Permalink
Satisfy the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
LSchueler committed Nov 20, 2024
1 parent 791256d commit 5b96255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gstools/field/pgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def calc_pgs(self):
# very clunky way of supporting both np 1.x and 2.x exceptions
try:
np.AxisError = np.exceptions.AxisError
except:
except AttributeError:
...
try:
mapping = np.stack(self._Zs, axis=1)
Expand Down

0 comments on commit 5b96255

Please sign in to comment.