We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ccf50 commit 2b3efc3Copy full SHA for 2b3efc3
2 files changed
src/to_vec.jl
@@ -193,9 +193,3 @@ function FiniteDifferences.to_vec(x::AbstractZero)
193
end
194
return Bool[], AbstractZero_from_vec
195
196
-
197
-function FiniteDifferences.to_vec(t::Thunk)
198
- v, back = to_vec(unthunk(t))
199
- Thunk_from_vec = v -> @thunk(back(v))
200
- return v, Thunk_from_vec
201
-end
test/to_vec.jl
@@ -176,10 +176,6 @@ end
176
test_to_vec(ZeroTangent())
177
test_to_vec(NoTangent())
178
179
180
- @testset "Thunks" begin
181
- test_to_vec(@thunk(3.2+4.3))
182
- end
183
184
185
@testset "FillVector" begin
0 commit comments