-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Index error defect related to clustering #153
Comments
This issue appears to be that the output graph from the clustering function(s) is malformed. This is the adjacency matrix for the graph that was produced from the clustering method, after the
Additionally, here is a nice (but deceptive) rendering of the tree:
As you can see from the adjacency matrix, nodes This issue seems to be that nodes I created this branch for diagnosing and correcting the defect: |
Ah interesting thanks for figuring it out. I think I have probably made an index error somewhere along the way. I can have a look at fixing this when I get a moment. I think this must then be different from the |
Since nodes It probably is a different issue than what is happening in #159. |
That sounds correct to me. I would guess the error is located in the substitution function somewhere as that does a bunch of reasonably complicated fiddling with indices. I'll add this defect to the test suite for that code when I look into it. |
This issue is (hopefully) fixed in this commit: e3bea67 |
When running the following script on the chel data set:
I get the error:
Running either build command without the other build command seems to work as expected.
The text was updated successfully, but these errors were encountered: