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
When running the code with a non-bipartite graph I have encountered this error for line 81 of the data_preprocessing.py file.
This can be solved by replacing the line with new_test_node_set = set(random.sample(sorted(test_node_set), int(0.1 * n_total_unique_nodes)))
Hope this helps
The text was updated successfully, but these errors were encountered:
When running the code with a non-bipartite graph I have encountered this error for line 81 of the
data_preprocessing.py
file.This can be solved by replacing the line with
new_test_node_set = set(random.sample(sorted(test_node_set), int(0.1 * n_total_unique_nodes)))
Hope this helps
The text was updated successfully, but these errors were encountered: