Skip to content

Commit a0a46d4

Browse files
fix Lux
1 parent 207320e commit a0a46d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

GNNLux/test/test_module.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ using Reexport: @reexport
3232
@reexport using StableRNGs
3333
@reexport using Random, Statistics
3434

35-
using LuxTestUtils: test_gradients, AutoReverseDiff, AutoTracker, AutoForwardDiff, AutoEnzyme
35+
using LuxTestUtils: test_gradients, AutoTracker, AutoForwardDiff, AutoEnzyme
3636

3737
export test_lux_layer
3838

@@ -71,7 +71,7 @@ function test_lux_layer(rng::AbstractRNG, l, g::GNNGraph, x;
7171
else
7272
loss = (x, ps) -> sum(first(l(g, x, ps, st)))
7373
end
74-
test_gradients(loss, x, ps; atol, rtol, skip_backends=[AutoReverseDiff(), AutoTracker(), AutoForwardDiff(), AutoEnzyme()])
74+
test_gradients(loss, x, ps; atol, rtol, skip_backends=[AutoTracker(), AutoForwardDiff(), AutoEnzyme()])
7575
end
7676

7777
end

0 commit comments

Comments
 (0)