You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: test/BasicSDOExamples.jl
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -259,13 +259,10 @@ end
259
259
260
260
p =params(x̄ =range(0.0, 1.0, length = (p.M+2)))
261
261
@testset"Solving KFE"begin
262
-
@info"Disabled since architecture dependent"
263
-
#=
264
262
@test_brokenDEO_Solve_KFE(p).L_KFE_with_drift ≈SDO_Solve_KFE(p).L_KFE_with_drift # concretization of Robin conditions appears broken
265
263
@test_brokenDEO_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
0 commit comments