Skip to content

Commit

Permalink
Update sensitivity_algorithms.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Feb 8, 2023
1 parent 4c395a8 commit 897ecb9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/sensitivity_algorithms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@ function SensitivityAlg(args...; kwargs...)
@error("The SensitivtyAlg choice mechanism was completely overhauled. Please consult the local sensitivity documentation for more information")
end

# This is to easily ignore AD passthrough
abstract type AbstractOverloadingSensitivityAlgorithm{CS, AD, FDT} <:
DiffEqBase.AbstractSensitivityAlgorithm{CS, AD, FDT} end
abstract type AbstractForwardSensitivityAlgorithm{CS, AD, FDT} <:
AbstractOverloadingSensitivityAlgorithm{CS, AD, FDT} end
abstract type AbstractAdjointSensitivityAlgorithm{CS, AD, FDT} <:
AbstractOverloadingSensitivityAlgorithm{CS, AD, FDT} end
abstract type AbstractSecondOrderSensitivityAlgorithm{CS, AD, FDT} <:
AbstractOverloadingSensitivityAlgorithm{CS, AD, FDT} end
abstract type AbstractShadowingSensitivityAlgorithm{CS, AD, FDT} <:
AbstractOverloadingSensitivityAlgorithm{CS, AD, FDT} end

"""
```julia
ForwardSensitivity{CS, AD, FDT} <: AbstractForwardSensitivityAlgorithm{CS, AD, FDT}
Expand Down

0 comments on commit 897ecb9

Please sign in to comment.