-
Notifications
You must be signed in to change notification settings - Fork 32
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
Create tests for ExtractGraph.scala #49
Comments
Partially resolved with: f28c6e1 |
This is up to 94%. I am lost as to why we do not have 100%, but it relates to the Edges & Nodes case classes. |
Looks like we need to account for both ExtractGraph and ExtractGraphX here? |
As part of #203 ExtractGraph has been deprecated. I can't remember why, but the tests have been commented out since it started. I think we can leave this. Except that I like the name ExtractGraph over ExtractGraphX. |
With #291 merged,
|
ExtractGraph.scala
has no test coverage. We need to create tests for it.The text was updated successfully, but these errors were encountered: