@@ -17,13 +17,13 @@ time = range(0.0, T; length=N)
17
17
18
18
@testset " fw_action" begin
19
19
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
21
21
end
22
22
23
23
# Test om_action function
24
24
@testset " om_action" begin
25
25
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
27
27
end
28
28
29
29
# Test action function
34
34
# Test geometric_action function
35
35
@testset " geometric_action" begin
36
36
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
38
38
end
39
39
40
40
# Test fw_integrand function
41
41
@testset " fw_integrand" begin
42
42
integrand = CriticalTransitions. fw_integrand (sys, path, time, A)
43
- @test minimum (integrand) > 0.18 skip= true
43
+ @test minimum (integrand) > 0.18 skip = true
44
44
# ^ This test is does not test something meaningful
45
45
end
46
46
0 commit comments