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 33c7e6c commit d38a1f2Copy full SHA for d38a1f2
test/runtests.jl
@@ -1141,8 +1141,8 @@ include("testsetup.jl")
1141
@test typeof(m2 + I2(11)) === typeof(m2)
1142
xi1 = tovector(vi1)
1143
xi2 = tovector(vi2)
1144
- xi3 = mapreduce(tovector, VectorizationBase.vcat, VectorizationBase.data(m1))
1145
- xi4 = mapreduce(tovector, VectorizationBase.vcat, VectorizationBase.data(m2))
+ xi3 = mapreduce(tovector, vcat, VectorizationBase.data(m1))
+ xi4 = mapreduce(tovector, vcat, VectorizationBase.data(m2))
1146
I3 = promote_type(I1, I2)
1147
# I4 = sizeof(I1) < sizeof(I2) ? I1 : (sizeof(I1) > sizeof(I2) ? I2 : I3)
1148
for f ∈ [
0 commit comments