Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Dec 25, 2023
1 parent cfc1e0a commit bf43dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/alternative_ad_frontend.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using OrdinaryDiffEq, SciMLSensitivity, ForwardDiff, Zygote, ReverseDiff, Tracke
using Test

odef(u,p,t) = u .* p
prob = ODEProblem(f, [2.0], (0.0, 1.0), [3.0])
const prob = ODEProblem(odef, [2.0], (0.0, 1.0), [3.0])

struct senseloss0{T}
sense::T
Expand Down

0 comments on commit bf43dbd

Please sign in to comment.