Skip to content

Commit

Permalink
Test and thanks
Browse files Browse the repository at this point in the history
  • Loading branch information
scheinerman committed Sep 25, 2018
1 parent 49ca83c commit a3e7056
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ extensive information pertaining to the `SimpleGraph` type.
The `SimpleDigraph` type is not so well developed nor documented. See the
source files in the `src` directory.

## Thanks

Thank you to JHU students Tara Abrishami and Laura Bao for contributions
to this project.


## Please Help

Expand All @@ -44,4 +49,6 @@ can/should be added. If you're interested in contributing, please
contact me. I'm especially interested in JHU undergraduates getting
involved.



Ed Scheinerman (ers@jhu.edu)
5 changes: 5 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,11 @@ end
@test diam(G) == 9
end

@testset "Strong Connectivity" begin
G = TorusDigraph(5,5)
@test is_strongly_connected(G)
end

@testset "Directed Matrices" begin
G = RandomTournament(10)
A = adjacency(G)
Expand Down

0 comments on commit a3e7056

Please sign in to comment.