Skip to content

Commit

Permalink
backwards compat
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jan 7, 2024
1 parent 5d511a6 commit 924b1d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interpolation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ enable_interpolation_sensitivitymode(interp::Nothing) = nothing

# Pass through should be deprecated in the future, made for backwards compat
enable_interpolation_sensitivitymode(interp::AbstractDiffEqInterpolation) = interp

Check warning on line 6 in src/interpolation.jl

View check run for this annotation

Codecov / codecov/patch

src/interpolation.jl#L6

Added line #L6 was not covered by tests
struct SensitivityInterpolation end

"""
$(TYPEDEF)
Expand Down

0 comments on commit 924b1d7

Please sign in to comment.