LUMIA-Group/rasat

Possible error in `generate_relations`

tonyzhao6 opened this issue · 1 comments

In the for edge in edges loop, db_t5_src_id and db_t5_dst_id will always be empty lists since they are reassigned after the try-except block. I believe the intention here was to assign these two lists before the try-except block.

Thanks for ur debugging! We will check the code again and the performance might be even higher then.