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

Fails with basic example dataset mentioned in the documentation. #13

Open
rbairi opened this issue Dec 3, 2016 · 0 comments
Open

Fails with basic example dataset mentioned in the documentation. #13

rbairi opened this issue Dec 3, 2016 · 0 comments

Comments

@rbairi
Copy link

rbairi commented Dec 3, 2016

Tried to test it with the dataset used in the documentation:
var data = {
packageNames: ['Main', 'A', 'B'],
matrix: [[0, 1, 1], // Main depends on A and B
[0, 0, 1], // A depends on B
[0, 0, 0]] // B doesn't depend on A or Main
};

DependencyWheel based on above data set still shows that A depends on Main - doesn't reflect the data. Seems something is wrong.

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

No branches or pull requests

1 participant