Skip to content

Commit

Permalink
Merge pull request #79 from SciML/ChrisRackauckas-patch-2
Browse files Browse the repository at this point in the history
Test master
  • Loading branch information
ChrisRackauckas authored Jul 28, 2024
2 parents 03dd819 + 2323a1b commit 182d9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_prob_sol.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ begin
du .= α .* u .+ β .* h(p, t - τ) .+ γ
end
h(p, t) = (ones(1) .+ t)
tspan = (0.0, 1.0)
tspan = (0.0, 0.1)
end

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

0 comments on commit 182d9e2

Please sign in to comment.