Skip to content

Commit

Permalink
bug fix due to import pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfidan committed Jun 12, 2023
1 parent a8b1510 commit 362d9c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/pyrad_proc/pyrad/io/read_data_dem.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ def read_geotiff_data(fname, fill_value = None):
projparams = _proj4_str_to_dict(srs.ExportToProj4())
if not len(projparams): # gdal could not read proj
projparams = None
import pdb; pdb.set_trace()
width = raster.RasterXSize
height = raster.RasterYSize
gt = raster.GetGeoTransform()
Expand Down
1 change: 0 additions & 1 deletion src/pyrad_proc/pyrad/proc/process_monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ def process_selfconsistency_kdp_phidp(procstatus, dscfg, radar_list=None):
'No selfconsistency files for the radar elevations.')

return None, None
import pdb; pdb.set_trace()
zdr_kdpzh_dict = {'zdr_kdpzh': zdr_kdpzh_list,
'elev': el_list,
'freq_band': freq_band}
Expand Down

0 comments on commit 362d9c8

Please sign in to comment.