We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e253c commit 26ce63bCopy full SHA for 26ce63b
test/test_supposition_consistency.jl
@@ -45,7 +45,7 @@
45
function clean_args_gen_maker(default_turbo)
46
args_gen = map(
47
(ex, X, turbo, bumper) -> let
48
- result, ok = eval_tree_array(ex, X; turbo, bumper)
+ result, ok = eval_tree_array(ex, X; turbo=Val(turbo), bumper=Val(bumper))
49
(; ex, X, turbo, bumper, result, ok)
50
end,
51
expr_gen,
0 commit comments