Skip to content

Commit 723dae1

Browse files
chore: apply formatting suggestion
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 336e939 commit 723dae1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/nn/luxlib.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ using LuxLib, Reactant, Enzyme, NNlib
5050
∇sumabs2!!_compiled = Reactant.compile(∇sumabs2!!, (act, x_act_ca))
5151
∂x_compile!! = ∇sumabs2!!_compiled(act, x_act_ca)
5252

53-
@test ∂x_enz ∂x_compile broken=(act === gelu)
54-
@test ∂x_enz!! ∂x_compile!! broken=(act === gelu)
53+
@test ∂x_enz ∂x_compile broken = (act === gelu)
54+
@test ∂x_enz!! ∂x_compile!! broken = (act === gelu)
5555
end
5656
end
5757

test/nn/nnlib.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ using NNlib, Reactant, Enzyme
2929

3030
@test y_simple y_compile
3131
# Mathematically the gelu definition here is slightly different from the one in NNlib
32-
@test ∂x_enz ∂x_compile broken=(act === gelu)
32+
@test ∂x_enz ∂x_compile broken = (act === gelu)
3333
end
3434
end
3535

0 commit comments

Comments
 (0)