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

remove LightGraphs testing dependency #1401

Merged
merged 2 commits into from Aug 5, 2018
Merged

remove LightGraphs testing dependency #1401

merged 2 commits into from Aug 5, 2018

Conversation

mlubin
Copy link
Member

@mlubin mlubin commented Aug 5, 2018

No description provided.

function to_adjlist(graph::Graph)
I = [i for (i, j) in graph.edges]
J = [j for (i, j) in graph.edges]
return gen_adjlist(I, J, graph.num_vertices)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4 space indent?

seed_matrix

struct Graph
num_vertices::Int
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4 space indent?

@codecov
Copy link

codecov bot commented Aug 5, 2018

Codecov Report

Merging #1401 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1401   +/-   ##
=======================================
  Coverage   89.33%   89.33%           
=======================================
  Files          25       25           
  Lines        3562     3562           
=======================================
  Hits         3182     3182           
  Misses        380      380

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9e3009f...0c7ec35. Read the comment docs.

@mlubin mlubin merged commit d5d4fba into master Aug 5, 2018
@mlubin mlubin deleted the ml/nolightgraphs branch August 5, 2018 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants