Skip to content

Commit b70b551

Browse files
authored
version 4.6
1 parent ea9afb2 commit b70b551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bridgesde_test.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ max(mod1)
182182
fx <- expression(4*(-1-x) , x)
183183
gx <- expression(0.2 , 0)
184184

185-
mod2 <- bridgesde2d(drift=fx,diffusion=gx,M=1,Dt=0.05,N=50,method="predcorr")
185+
mod2 <- bridgesde2d(drift=fx,diffusion=gx,M=1,Dt=0.05,N=50)
186186
plot(mod2,union = FALSE)
187187
plot(mod2,type="n")
188188
lines(mod2,col=2)

0 commit comments

Comments
 (0)