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

Changed CalcRanksForReHo to properly calculate ties at the end #527

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

Conversation

kevindtran1
Copy link

The CalcRanksForReHo function had a small edge case bug where the assigned ranks would not be adjusted for ties if these ties occurred at the end of the sorted time course. The value of LENTIE may be greater than 0 but sorted[m]!=sorted[m-1] will be false at the end of the loop. This code change will fix the issue.

The CalcRanksForReHo function had a small edge case bug where the assigned ranks would not be adjusted for ties if these ties occurred at the end of the sorted time course. The value of LENTIE may be greater than 0 but sorted[m]!=sorted[m-1] will be false at the end of the loop. This code change will fix the issue.
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.

None yet

1 participant