You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In matsciml\common\utils.py, def remove_self_loops() function is missing.
Actual behavior
When you open the utils.py, you can see line 60: edge_index, edge_attr = remove_self_loops(edge_index, edge_attr), where "remove_self_loops" is not defined.
Steps to reproduce the problem
Line 60: edge_index, edge_attr = remove_self_loops(edge_index, edge_attr)
Expected behavior
In matsciml\common\utils.py, def remove_self_loops() function is missing.
Actual behavior
When you open the utils.py, you can see line 60: edge_index, edge_attr = remove_self_loops(edge_index, edge_attr), where "remove_self_loops" is not defined.
Steps to reproduce the problem
Line 60: edge_index, edge_attr = remove_self_loops(edge_index, edge_attr)
Specifications
matsciml
as of [9568e18]The text was updated successfully, but these errors were encountered: