Tamas K. Papp

Results 542 comments of Tamas K. Papp

Just to clariy: I need help not with the logic of loops or `mapreduce` in Emacs Lisp, but how to retrieve a particular page. Is it `pdf-cache-get-image`?

friendly bump (the CI failures seem to be unrelated)

> and also primals sorry, I don't understand, can you please clarify?

thanks, I will make a docs PR to close this issue

Apparently I am still missing something. Consider this MWE: ```julia julia> using Enzyme, EnzymeTestUtils, FiniteDifferences julia> using Enzyme.EnzymeRules julia> bad(x) = x # we define an incorrect rule for this...

Another puzzle is that ```julia # this should not pass test_forward(bad, Duplicated, (x, Duplicated); atol = 1e-9, rtol = 1e-9) ``` passes fine, it should not.

I think that `atol` and `rtol` are passed on as intented, since 1.8 (or something) kwarg `x` is shorthand for `x = x`. The weird numbers in the isapprox are...

@kshyatt: sorry I could not make that work, ```julia julia> test_reverse(bad, Active, Duplicated(1.0, 1.0); output_tangent = 1.0) test_reverse: bad with return activity Active on Duplicated{Float64}: Test Failed at /home/tamas/.julia/dev/Enzyme/lib/EnzymeTestUtils/src/test_approx.jl:3 Expression:...

No, the FD should be around 1.0 (it is the identity function after all) and the rule defines a derivative of 1.001 which is broken (but should show up in...