Skip to content

Commit

Permalink
Make tests with stronger \mu
Browse files Browse the repository at this point in the history
  • Loading branch information
roflmaostc committed Dec 22, 2023
1 parent 3570687 commit 076cfe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ using Zygote
test_rrule(iradon, y, [0, π/4, π/2, 2π, 0.1, 0.00001] ChainRulesTestUtils.NoTangent(), nothing ChainRulesTestUtils.NoTangent())

x = randn((10, 10))
test_rrule(radon, x, [0, π/4, π/2, 2π, 0.1, 0.00001] ChainRulesTestUtils.NoTangent(), 0.01 ChainRulesTestUtils.NoTangent())
test_rrule(radon, x, [0, π/4, π/2, 2π, 0.1, 0.00001] ChainRulesTestUtils.NoTangent(), 0.1 ChainRulesTestUtils.NoTangent())
y = radon(x, [0, π/4, π/2, 2π, 0.1, 0.00001])
test_rrule(iradon, y, [0, π/4, π/2, 2π, 0.1, 0.00001] ChainRulesTestUtils.NoTangent(), 0.01 ChainRulesTestUtils.NoTangent())
test_rrule(iradon, y, [0, π/4, π/2, 2π, 0.1, 0.00001] ChainRulesTestUtils.NoTangent(), 0.1 ChainRulesTestUtils.NoTangent())
end


Expand Down

0 comments on commit 076cfe2

Please sign in to comment.