Skip to content

Commit

Permalink
Removed debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
freemansw1 committed Mar 21, 2022
1 parent 60a6b3b commit 8b8f981
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tobac/segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ def segmentation_timestep(
if len(ndim_vertical) > 1:
raise ValueError("please specify 1 dimensional vertical coordinate")
for index, row in features_in.iterrows():
print("type: ", type(level))
if ndim_vertical[0] == 0:
markers[level, int(row["hdim_1"]), int(row["hdim_2"])] = row["feature"]
elif ndim_vertical[0] == 1:
Expand Down

0 comments on commit 8b8f981

Please sign in to comment.