Skip to content

Commit 815a1e5

Browse files
change adjoint namespace
1 parent eacfc9c commit 815a1e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DiffEqBase"
22
uuid = "2b5f629d-d688-5b77-993f-72d75c75574e"
33
authors = ["Chris Rackauckas <[email protected]>"]
4-
version = "6.115.2"
4+
version = "6.115.3"
55

66
[deps]
77
ArrayInterfaceCore = "30b0a656-2188-435a-8636-2ec0e6a096e2"

ext/DiffEqBaseZygoteExt.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ function ∇responsible_map(cx, f, args...)
4141
end
4242
end
4343

44-
Zygote.ZygoteRules.@adjoint function SciMLBase.tmap(f, args::Union{AbstractArray, Tuple}...)
44+
Zygote.@adjoint function SciMLBase.tmap(f, args::Union{AbstractArray, Tuple}...)
4545
∇tmap(__context__, f, args...)
4646
end
4747

48-
Zygote.ZygoteRules.@adjoint function SciMLBase.responsible_map(f,
48+
Zygote.@adjoint function SciMLBase.responsible_map(f,
4949
args::Union{AbstractArray, Tuple
5050
}...)
5151
∇responsible_map(__context__, f, args...)

0 commit comments

Comments
 (0)