Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit fdca006

Browse files
disable architecture dependent tests
1 parent 76f0105 commit fdca006

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/BasicSDOExamples.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,13 @@ end
259259

260260
p = params(x̄ = range(0.0, 1.0, length = (p.M+2)))
261261
@testset "Solving KFE" begin
262+
@info "Disabled since architecture dependent"
263+
#=
262264
@test_broken DEO_Solve_KFE(p).L_KFE_with_drift ≈ SDO_Solve_KFE(p).L_KFE_with_drift # concretization of Robin conditions appears broken
263265
@test_broken DEO_Solve_KFE(p).L_KFE_without ≈ SDO_Solve_KFE(p).L_KFE_without # Hard to check what's wrong since KFE uses forward/backward at boundaries rather than central differences when w/mixed bcs
264266
@test DEO_Solve_KFE(p).L_KFE_with_drift ≈ SDO_Solve_KFE_forward(p).L_KFE_with_drift
265267
@test DEO_Solve_KFE(p).L_KFE_without ≈ SDO_Solve_KFE_forward(p).L_KFE_without
268+
=#
266269
end
267270

268271
nothing

0 commit comments

Comments
 (0)