Skip to content

Commit da1886f

Browse files
gca30MilesCranmer
andauthored
Update src/Evaluate.jl
Co-authored-by: Miles Cranmer <miles.cranmer@gmail.com>
1 parent 8587599 commit da1886f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Evaluate.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function eval_tree_array(
8080
_is_loopvectorization_loaded(0) ||
8181
error("Please load the LoopVectorization.jl package to use this feature.")
8282
end
83-
if (v_turbo isa Val{true} || v_turbo isa Val{true}) && !(T <: Number)
83+
if (v_turbo isa Val{true} || v_bumper isa Val{true}) && !(T <: Number)
8484
error("Bumper feature only works with numbers")
8585
end
8686
if v_bumper isa Val{true}

0 commit comments

Comments
 (0)