Skip to content

Commit 6b4284c

Browse files
Merge pull request #1140 from SciML/ChrisRackauckas-patch-2
Fix SciMLBaseEnzymeExt.jl
2 parents 3563d34 + e4feae8 commit 6b4284c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/SciMLBaseEnzymeExt.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module SciMLBaseEnzymeExt
22

3-
using SciMLBase
3+
using SciMLBase: AbstractSensitivityAlgorithm
44
import Enzyme: EnzymeRules
55

66
# Enzyme rules for SciMLBase abstract types
@@ -15,4 +15,4 @@ import Enzyme: EnzymeRules
1515
# All sensitivity algorithm types should be inactive for Enzyme differentiation
1616
EnzymeRules.inactive_type(::Type{<:AbstractSensitivityAlgorithm}) = true
1717

18-
end
18+
end

0 commit comments

Comments
 (0)