Skip to content

Instantly share code, notes, and snippets.

@sethaxen
sethaxen / zygote_power_series_tests.jl
Created April 29, 2020 22:32
Zygote power series tests
using FiniteDifferences, LinearAlgebra, Zygote, Random, Test
# adapted from ChainRulesTestUtils.rrule_test
function pullback_test(
f,
ȳ,
xx̄s::Tuple{Any,Any}...;
rtol = 1e-9,
atol = 1e-9,
fkwargs = NamedTuple(),