Skip to content

Commit

Permalink
approx equal
Browse files Browse the repository at this point in the history
  • Loading branch information
nmheim committed Jul 23, 2024
1 parent 944b2e8 commit 905f5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_evaluation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ end
]
@test all(isnan.(ex(X; eval_options=EvalOptions(; bumper, turbo))))
y = ex(X; eval_options=EvalOptions(; bumper, turbo, early_exit=Val(false)))
@test y[1] == T(-1.618033988749895)
@test y[1] T(-1.618033988749895)
@test !isfinite(y[2])
end
end

0 comments on commit 905f5e1

Please sign in to comment.