Skip to content

Commit

Permalink
Mark enzyme forward pass fb tests as not broken
Browse files Browse the repository at this point in the history
  • Loading branch information
sharanry committed Nov 5, 2023
1 parent 3f88629 commit 4bcdc63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/enzyme.jl
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ en_jac = map(onehot(b1)) do db1
end |> collect
@show en_jac

@test_broken en_jac manual_jac
@test_broken en_jac fd_jac
@test en_jac manual_jac
@test en_jac fd_jac

function fA(A; alg = LUFactorization())
prob = LinearProblem(A, b1)
Expand Down

0 comments on commit 4bcdc63

Please sign in to comment.