Skip to content

Commit

Permalink
Removed extraneous @show statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jlk9 committed Nov 7, 2024
1 parent c35a751 commit 9d254fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_enzyme.jl
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,6 @@ end

tol = 1e-1
rel_error = abs(dedν[1][1] - ΔeΔν) / abs(ΔeΔν)
@show dedν
@show ΔeΔν
@test rel_error < tol
end

0 comments on commit 9d254fe

Please sign in to comment.