Skip to content

Commit

Permalink
FIX: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfidan committed Nov 7, 2024
1 parent 24cfea7 commit 8cabe06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pyrad_proc/pyrad/proc/process_timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ def process_point_measurement(procstatus, dscfg, radar_list=None):
warn("Invalid agg_method, use 'nearest', 'nearest_valid', 'average' or 'none'")
warn("Using 'nearest' instead...")
agg_method = "nearest"

ignore_missing = dscfg.get("ignore_missing", False)

if dscfg["latlon"]:
lon = dscfg["lon"]
Expand Down

0 comments on commit 8cabe06

Please sign in to comment.