Skip to content

Commit 4d3adb0

Browse files
committed
Test barrier
1 parent fc920bd commit 4d3adb0

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

  • DifferentiationInterface/test/Back/Mooncake

DifferentiationInterface/test/Back/Mooncake/test.jl

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,12 @@ test_differentiation(
7474
@test grad.B == ps.A
7575
end
7676

77-
test_differentiation(
78-
backends[3:4],
79-
nomatrix(static_scenarios());
80-
logging = LOGGING,
81-
excluded = SECOND_ORDER
82-
)
77+
# see https://github.com/JuliaDiff/DifferentiationInterface.jl/issues/986
78+
if pkgversion(Mooncake) < v"0.5.25"
79+
test_differentiation(
80+
backends[3:4],
81+
nomatrix(static_scenarios());
82+
logging = LOGGING,
83+
excluded = SECOND_ORDER
84+
)
85+
end

0 commit comments

Comments
 (0)