Skip to content

Commit 8fc284b

Browse files
committed
try to work around AD bug
1 parent e4f5e62 commit 8fc284b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/ad.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ end
105105
# Tests
106106
# -----
107107
108-
ChainRulesTestUtils.test_method_tables()
108+
if VERSION <= v"1.11.5"
109+
ChainRulesTestUtils.test_method_tables()
110+
end
109111
110112
Vlist = ((ℂ^2, (ℂ^3)', ℂ^3, ℂ^2, (ℂ^2)'),
111113
(ℂ[Z2Irrep](0 => 1, 1 => 1),

0 commit comments

Comments
 (0)