Skip to content
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

Tried to debug EMDUnifrac_weighted_flow #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pokapoka-jigoku
Copy link

diffab should be accumulated through for j in pos[i].union(neg[i]) (in line 295), but it not was so.
To be clear, a variable diffab_amount was introduced instead of using diffab objects in different ways.
I'd like to check if the diffab vectors for weighted and weighted_flow are same!

(I was moved by your algorithms of EMDUnifrac. I'd like more people to use your invention :) )

``diffab`` should be accumulated through ``for j in pos[i].union(neg[i])`` (in line 295), but it not was so.
To be clear, a variable ``diffab_amount`` was introduced instead of using ``diffab`` objects in different ways. 
I'd like to check if the diffab vectors for weighted and weighted_flow are same!
@dkoslicki
Copy link
Owner

Wow, I have no idea how I missed this PR @pokapoka-jigoku ! Apologies!
I'll run it through the tests and then merge if everything looks to be in order.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants