We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c982e8 commit 5a6f90bCopy full SHA for 5a6f90b
src/utils.jl
@@ -90,8 +90,6 @@ function build_function(rhss, vs, ps = (), args = (), conv = simplified_expr, ex
90
return $arr_bounds_block
91
else
92
X = $bounds_block
93
- T = promote_type(map(typeof,X)...)
94
- map(T,X)
95
construct = $_constructor
96
return construct(X)
97
end
0 commit comments