Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
casadoj committed Feb 25, 2025
1 parent 9b584d3 commit 294fc7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lisfloodutilities/ncextract/ncextract.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,7 @@ def extract_timeseries(
If 'output' is None, returns an xarray.Dataset with extracted time series.
Otherwise, saves results in a set of NetCDF files.
"""

print(overwrite)


if "id" not in poi.coords:
raise ValueError('ERROR: "poi" must contain an "id" coordinate.')

Expand Down

0 comments on commit 294fc7b

Please sign in to comment.