We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c528df commit e6c0a21Copy full SHA for e6c0a21
src/expect.jl
@@ -26,7 +26,7 @@ function expect(
26
(cache!)=nothing,
27
update_cache=isnothing(cache!),
28
cache_update_kwargs=default_cache_update_kwargs(alg),
29
- cache_construction_kwargs=default_cache_construction_kwargs(alg, QuadraticFormNetwork(ψ)),
+ cache_construction_kwargs=(;),
30
kwargs...,
31
)
32
ψIψ = QuadraticFormNetwork(ψ)
0 commit comments