Skip to content

Commit 2323a1b

Browse files
Test master
1 parent 03dd819 commit 2323a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_prob_sol.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ begin
1212
du .= α .* u .+ β .* h(p, t - τ) .+ γ
1313
end
1414
h(p, t) = (ones(1) .+ t)
15-
tspan = (0.0, 1.0)
15+
tspan = (0.0, 0.1)
1616
end
1717

1818
pmul = [1.0, -4.0, -2.0, 10.0, -1.3, -1.2, 1.1]

0 commit comments

Comments
 (0)