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

Commit f198e90

Browse files
Merge pull request #272 from SciML/undisable
undisable some SDO examples
2 parents caf0053 + c4be378 commit f198e90

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

test/BasicSDOExamples.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,13 +259,10 @@ 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-
#=
264262
@test_broken DEO_Solve_KFE(p).L_KFE_with_drift SDO_Solve_KFE(p).L_KFE_with_drift # concretization of Robin conditions appears broken
265263
@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
266264
@test DEO_Solve_KFE(p).L_KFE_with_drift SDO_Solve_KFE_forward(p).L_KFE_with_drift
267265
@test DEO_Solve_KFE(p).L_KFE_without SDO_Solve_KFE_forward(p).L_KFE_without
268-
=#
269266
end
270267

271268
nothing

0 commit comments

Comments
 (0)