Skip to content

Commit 80e08bb

Browse files
committed
initial files
1 parent 3df6c19 commit 80e08bb

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

REQUIRE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
julia 0.6
2+
Graphs 0.9.1
3+
DocStringExtensions 0.4.1

src/DistributedFactorGraphs.jl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module DistributedFactorGraphs
2+
3+
using
4+
Graphs,
5+
DocStringExtensions
6+
7+
8+
9+
end

test/runtests.jl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
using Base: Test
2+
using DistributedFactorGraphs
3+
4+
5+
@testset "placeholder" begin
6+
@test true
7+
end

0 commit comments

Comments
 (0)