geoelements/gns

Check order of senders and receivers in _compute_graph_connectivity

kks32 opened this issue · 1 comments

kks32 commented

Torch geometric package returns senders and receivers based on "source_to_target" or "target_to_source". Check if the return values match our requirements. Check order of senders and receivers in _compute_graph_connectivity.

kks32 commented

This is good, as shown by simulation results.