Tamas K. Papp
Tamas K. Papp
The opposite, as I said [above](https://github.com/EnzymeAD/Enzyme.jl/issues/2724#issuecomment-3475937785), forward tests pass when they should not (with those tolerances).
I tried to make an MWE without `@easy_rule` but my rules are not even called: ```julia using Enzyme, EnzymeTestUtils bad2(x) = x const BAD2_DERIV = 1.001 function EnzymeRules.forward(config::FwdConfig, ::Const{typeof(bad2)}, RT,...
Thanks. I think the issue is completely unrelated to `@easy_rule`, or custom rule definitions at all. Currently even the following is broken: ```julia julia> VERSION v"1.11.7" (noise_study) pkg> st Status...
I agree with @giordano on this --- we should never recommend just deleting things. Until `pkg> fsck` is added, it would be great to determine the gentlest minimum solution. It...
Thinking about this, it may be preferable to include something in Pkg instead of a shell script that people copy-paste. I am thinking of something like the following: ```julia pkg>...
Since corrupted registry questions come up daily on Discourse, I am wondering how to move forward with this. In order of increasing difficulty: 1. write up a bunch of commands...
Thanks! I am assuming you meant `delete` without the `val` argument. This works just great. If you think the manual would benefit from a PR, I would be happy to...
It should also work on `Diagonal`.
This will be fixed by #68 (not closing since CompatHelper will just reopen).
Closing in favor of #68.