Skip to content

Commit

Permalink
delete extra pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
AminTorabi-NOAA committed Jul 22, 2024
1 parent 40b238e commit 3fe9c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/troute-network/troute/nhd_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -2161,7 +2161,7 @@ def mask_find_seg(mask_list, nexus_dict, poi_crosswalk):

if 'nex' in mask_list and mask_list['nex']:
if 9999 in mask_list['nex']:
import pdb;pdb.set_trace()

for key, val in nexus_dict.items():
nex_key = int(key.split('-')[-1])
nex_id[nex_key] = [int(v.split('-')[-1]) for v in val]
Expand Down

0 comments on commit 3fe9c46

Please sign in to comment.