JuliaDiff / ChainRulesTestUtils.jl

Utilities for testing custom AD primitives.
MIT License
50 stars 15 forks source link

Correct default atol to 0.0 #282

Open oxinabox opened 1 year ago

oxinabox commented 1 year ago

This closes https://github.com/JuliaDiff/ChainRulesTestUtils.jl/issues/269

It was always intended that out settings more or less matched isapprox up to some level of scaling so I am happy to call this a bug fix. As long as it doesn't break ChainRules.jl which I will test against this PR before merging