Skip to content

Commit

Permalink
Remove debugging stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
margrietpalm committed Apr 8, 2024
1 parent a4af82d commit 308f9f9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions threedigrid_builder/grid/linear.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,12 +247,9 @@ def get_lines(

# conditionally add friction type and value (for pipes and culverts only)
try:
# TODO: I think something is wrong here!
frict_type = objs.friction_type[segment_idx]
frict_value = objs.friction_value[segment_idx]
except AttributeError:
print('oops')
print(type(objs))
frict_type = -9999
frict_value = np.nan

Expand Down

0 comments on commit 308f9f9

Please sign in to comment.