Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
nmheim committed Jul 22, 2024
1 parent fe30e8b commit 944b2e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test_evaluation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ end

include("test_params.jl")

for turbo in [Val(false), Val(true)], T in [Float16, Float32, Float64, ComplexF32, ComplexF64]
for turbo in [Val(false), Val(true)],
T in [Float16, Float32, Float64, ComplexF32, ComplexF64]

turbo isa Val{true} && !(T in (Float32, Float64)) && continue
# Test specific branches of evaluation code:
# op(op(<constant>))
Expand Down

0 comments on commit 944b2e8

Please sign in to comment.