Skip to content

Commit 882ac06

Browse files
committed
FIX: wrong import in process_aux.py
1 parent 6aad25f commit 882ac06

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pyrad_proc/pyrad/proc/process_aux.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ def get_process_func(dataset_type, dsname):
197197
'RAW_GRID': process_raw_grid
198198
'GECSX' : process_gecsx
199199
'GRID': process_grid
200-
'GRID_STATS': process_grid_stats
201200
'GRID_FIELDS_DIFF': process_grid_fields_diff
202201
'GRID_MASK': process_grid_mask
203202
'GRID_TEXTURE': process_grid_texture
@@ -2717,7 +2716,6 @@ def _get_values_antenna_pattern(radar, tadict, field_names):
27172716
for sample, (rad_ind_ray, rad_ind_rng) in enumerate(
27182717
zip(rad_ind_rays, rad_ind_rngs)
27192718
):
2720-
27212719
# measure time
27222720
tstart = time()
27232721

0 commit comments

Comments
 (0)