Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pxl-th committed Jan 2, 2025
1 parent a046f59 commit fba8860
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/gradcheck.jl
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,7 @@ end
f1244(w, x) = sum(maximum((w * x).^2, dims=1))
g1244(w, x) = sum(gradient(f1244, w, x)[2].^2)
h1244(w, x) = gradient(g1244, w, x)[2]
# FIXME broken since thunks utilization
@test_broken h1244([1 2 3; 4 5 6.0], [7,8,9.0]) [300608, 375760, 450912]
@test h1244([1 2 3; 4 5 6.0], [7,8,9.0]) [300608, 375760, 450912]
end

@testset "minimum" begin
Expand Down

0 comments on commit fba8860

Please sign in to comment.