Skip to content

Commit

Permalink
fix: make testing approx
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Nov 8, 2024
1 parent 1d3a37d commit 6e79e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -556,5 +556,5 @@ end
y = @jit(clamp.(x_ra, 0.0, 0.25))
@test maximum(y) 0.25
@test minimum(y) 0.0
@test x_ra == x
@test x_ra x
end

0 comments on commit 6e79e3b

Please sign in to comment.