Skip to content

Commit 1de1253

Browse files
committed
Fix
1 parent e715377 commit 1de1253

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

DifferentiationInterface/test/Core/Internals/signature.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ end
9898
- exec: Nothing
9999
- backend: ✅
100100
- x: ✅
101-
- tang: ✅
101+
- t: ✅
102102
- contexts: ✅
103103
""" pushforward(nothing, prep, backend, x, (x,), Constant(c))
104104
end
@@ -119,7 +119,7 @@ end
119119
- y: ✅
120120
- backend: ✅
121121
- x: ✅
122-
- tang: ✅
122+
- t: ✅
123123
- contexts: ✅
124124
""" pushforward(nothing, y, prep, backend, x, (x,))
125125
end

DifferentiationInterfaceTest/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Specify preparation arguments in DIT Scenario ([#786])
13+
1014
## [0.9.6] - 2025-03-28
1115

1216
### Added
@@ -18,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1822
[unreleased]: https://github.com/JuliaDiff/DifferentiationInterface.jl/compare/DifferentiationInterfaceTest-v0.9.6...main
1923
[0.9.6]: https://github.com/JuliaDiff/DifferentiationInterface.jl/compare/DifferentiationInterfaceTest-v0.9.5...DifferentiationInterfaceTest-v0.9.6
2024

25+
[#786]: https://github.com/JuliaDiff/DifferentiationInterface.jl/pull/786
2126
[#749]: https://github.com/JuliaDiff/DifferentiationInterface.jl/pull/749
2227
[#748]: https://github.com/JuliaDiff/DifferentiationInterface.jl/pull/748
2328
[#745]: https://github.com/JuliaDiff/DifferentiationInterface.jl/pull/745

0 commit comments

Comments
 (0)