Skip to content

Commit 3c22516

Browse files
committed
- Final fixes.
1 parent 218dfee commit 3c22516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/reactionsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ G2 = sf.g(u,p,t)
104104
@test norm(G-G2) < 100*eps()
105105

106106
# tests using previous parameter for noise scaling
107-
p = rand(length(k)+3)
107+
p = rand(length(k))
108108
u = rand(length(k))
109109
t = 0.
110110
G = [p p p p]' .* sdenoise(u,p,t)

0 commit comments

Comments
 (0)