From 8eff99f254ae5f0cc9a8811bb2d1d27a36ea527a Mon Sep 17 00:00:00 2001 From: Orjan Ameye Date: Sat, 13 Jul 2024 09:15:54 +0200 Subject: [PATCH] rever test change form prev commit --- test/CoupledSDEs.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CoupledSDEs.jl b/test/CoupledSDEs.jl index fb40e5e6..dd3c0661 100644 --- a/test/CoupledSDEs.jl +++ b/test/CoupledSDEs.jl @@ -11,7 +11,7 @@ @testset "diagonal additive noise" begin # diagonal additive noise: σ*N(0,dt) # a vector of random numbers dW whose size matches the output of g where the noise is applied element-wise - prob = SDEProblem(meier_stein, diag_noise_function(σ), zeros(2), (0.0, 1.0)) + prob = SDEProblem(meier_stein, diag_noise_function(σ), zeros(2), (0.0, Inf)) sde = CoupledSDEs(meier_stein, diag_noise_function(σ), zeros(2)) @test sde.integ.sol.prob.f == prob.f