We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc2a1d commit e97e6e3Copy full SHA for e97e6e3
experiments/Synth/test/runtests.jl
@@ -13,13 +13,13 @@ ti = time()
13
testdir = (x...) -> projectdir("test", x...)
14
15
@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
+ @testset "Sample Trajectories" begin
+ @unpack model = load(joinpath(@__DIR__, "ex_model.jld2"))
+ async_bn = BooleanNetworks.abn(model.graph)
+ @test !isnothing(gather_bn_data(async_bn, 1))
+ end
21
22
- # include(testdir("test_neighbor_counting.jl"))
+ include(testdir("test_neighbor_counting.jl"))
23
include(testdir("test_biodivine_pipeline.jl"))
24
end
25
0 commit comments