@@ -17,13 +17,13 @@ time = range(0.0, T; length=N)
1717
1818@testset " fw_action" begin
1919 S = fw_action (sys, path, time)
20- @test isapprox (S, 0.32 , atol= 0.01 ) broken= true
20+ @test isapprox (S, 0.32 , atol= 0.01 ) broken = true
2121end
2222
2323# Test om_action function
2424@testset " om_action" begin
2525 S = om_action (sys, path, time, σ)
26- @test isapprox (S, 0.26 , atol= 0.01 ) broken= true
26+ @test isapprox (S, 0.26 , atol= 0.01 ) broken = true
2727end
2828
2929# Test action function
3434# Test geometric_action function
3535@testset " geometric_action" begin
3636 S = geometric_action (sys, path)
37- @test isapprox (S, 0.23 , atol= 0.01 ) broken= true
37+ @test isapprox (S, 0.23 , atol= 0.01 ) broken = true
3838end
3939
4040# Test fw_integrand function
4141@testset " fw_integrand" begin
4242 integrand = CriticalTransitions. fw_integrand (sys, path, time, A)
43- @test minimum (integrand) > 0.18 skip= true
43+ @test minimum (integrand) > 0.18 skip = true
4444 # ^ This test is does not test something meaningful
4545end
4646
0 commit comments