Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaLGandhi committed Jun 24, 2024
1 parent c95633c commit 939634f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sensitivity_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ function adjoint_sensitivities(sol, args...;
p = SymbolicIndexingInterface.parameter_values(sol)
if !(p === nothing || p isa SciMLBase.NullParameters)
if !isscimlstructure(p) && !isfunctor(p)
throw(SciMLStructuresCompatiblityError())
throw(SciMLStructuresCompatibilityError())
end
end

Expand Down

0 comments on commit 939634f

Please sign in to comment.