Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
chore: apply formatting suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
avik-pal and github-actions[bot] authored Sep 18, 2024
1 parent 24b80df commit 90d9a42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ end
@test_throws ArgumentError test_gradients(
f, 1.0, x, nothing; broken_backends=[AutoTracker()],
skip_backends=[AutoTracker(), AutoEnzyme()])
@test_throws ArgumentError @test_gradients(
f, 1.0, x, nothing; broken_backends=[AutoTracker()],
@test_throws ArgumentError @test_gradients(f, 1.0, x, nothing;
broken_backends=[AutoTracker()],
skip_backends=[AutoTracker(), AutoEnzyme()])

test_gradients(f, 1.0, x, nothing; soft_fail=[AutoTracker()])
Expand Down

0 comments on commit 90d9a42

Please sign in to comment.