Commit 0b5357d1 authored by Youcef Aouad's avatar Youcef Aouad
Browse files

adisTS NUM file 1

No related merge requests found
Pipeline #55677 passed with stages
in 58 seconds
Showing with 0 additions and 5 deletions
+0 -5
......@@ -215,10 +215,7 @@ class AdisTSlc(AdisTS):
if (outputkp.reach is None) or (outputkp.kp is None) or (outputkp.title is None):
return
print(outputkp.reach, outputkp.kp, outputkp.title)
edges = study.river.enable_edges()
print(edges)
id_edges = list(map(lambda x: x.id, edges))
......@@ -226,8 +223,6 @@ class AdisTSlc(AdisTS):
kp = outputkp.kp
title = outputkp.title
print(id_edges)
if id_reach not in id_edges:
return
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment