Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alanderos91 committed Jul 22, 2017
1 parent a67ff9a commit 358ba98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/linear.jl
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
x0 = 1_000
model_size = [10, 100, 500]

t = 10.0
t = 5.0
n = 1
u = 5357
m = 1

algorithms = [SSA, FRM, NRM, ODM, SAL]
algorithms = [SSA, FRM, NRM, ODM] # τ-leap methods may have issues

for algorithm in algorithms
@printf "%+6s\n" split(uppercase(string(algorithm)),".")[2]
Expand Down
5 changes: 3 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ tests = ["mass_action",
println("Running tests:")

for t in tests
println(" * $(t)")
include("$(t).jl")
@testset "$(t)" begin
include("$(t).jl")
end
end

0 comments on commit 358ba98

Please sign in to comment.