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
I've forked the repo, and am attempting to run through the 'usage.ipynb' jupyter notebook, replacing the random data, targets, and graph with some real data, targets, and graph I have. Doing so Makes the following snippet:
I think this is because my graph was not connected, which I realize now your system is not intended to work with. I'm not totally sure, but that's my running hypothesis at the moment.
I don't think disconnected graphs should be an issue for the coarsening (definitely not for filtering). Hard to tell what's wrong without the data though. I would suggest to insert some print statements around the lines where you get the error.
I've forked the repo, and am attempting to run through the 'usage.ipynb' jupyter notebook, replacing the random data, targets, and graph with some real data, targets, and graph I have. Doing so Makes the following snippet:
Occasionally error out with a 'index 563 is out of bounds for axis 0 of size 563' error. This happens sporadically for the same inputs.
The text was updated successfully, but these errors were encountered: