Skip to content

Commit e97e6e3

Browse files
committed
Uncomment tests
1 parent 7cc2a1d commit e97e6e3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

experiments/Synth/test/runtests.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ ti = time()
1313
testdir = (x...) -> projectdir("test", x...)
1414

1515
@testset "Synth tests" begin
16-
# @testset "Sample Trajectories" begin
17-
# @unpack model = load(joinpath(@__DIR__, "ex_model.jld2"))
18-
# async_bn = BooleanNetworks.abn(model.graph)
19-
# @test !isnothing(gather_bn_data(async_bn, 1))
20-
# end
16+
@testset "Sample Trajectories" begin
17+
@unpack model = load(joinpath(@__DIR__, "ex_model.jld2"))
18+
async_bn = BooleanNetworks.abn(model.graph)
19+
@test !isnothing(gather_bn_data(async_bn, 1))
20+
end
2121

22-
# include(testdir("test_neighbor_counting.jl"))
22+
include(testdir("test_neighbor_counting.jl"))
2323
include(testdir("test_biodivine_pipeline.jl"))
2424
end
2525

0 commit comments

Comments
 (0)