Skip to content

Commit

Permalink
test: enable DeepBSDE tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutosh-b-b committed Jul 2, 2024
1 parent 947173d commit 199e3ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ using SafeTestsets, Test
@time @safetestset "reflect" include("reflect.jl")
@time @safetestset "MLP" include("MLP.jl")
@time @safetestset "Deep Splitting" include("DeepSplitting.jl")
@time @safetestset "Deep Splitting" include("DeepBSDE.jl")
@time @safetestset "MC Sample" include("MCSample.jl")
@time @safetestset "NNStopping" include("NNStopping.jl")
@time @safetestset "NNKolmogorov" include("NNKolmogorov.jl")
Expand Down

0 comments on commit 199e3ff

Please sign in to comment.