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

Threshold Graph Bugfix #36

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

Conversation

KristinaMiljkovic
Copy link
Contributor

Description

Issue was first identified with incorrect node labeling for graphs in the threshold function. The graphs were being assigned ID numbers based on the order they appeared in the output, not based on their internal ID number.

Solution

Upon debugging the threshold function we were able to determine it does work as intended. Solution to threshold graphing problem was determined to be a result of the as.factor function assigning levels to integers as characters in non numerically sorted ordered. Solution was to remove character casting in the misc.r script.

…of the as.factor function assigning levels to integers as characters in nonnumerically sorted ordered. Solution was to remove character casting.
@gvegayon
Copy link
Member

Hey @KristinaMiljkovic, thanks for the PR! But it seems that the tests are not passing.

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