Skip to content

Commit

Permalink
strange Julia 1.0 error
Browse files Browse the repository at this point in the history
  • Loading branch information
bkamins committed Jul 19, 2019
1 parent edc9f24 commit e693124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/other/broadcasting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function Base.copyto!(lazydf::LazyNewColDataFrame, bc::Base.Broadcast.Broadcaste
else
col_tmp = Base.Broadcast.materialize(bc)
end
if col_tmp isa AbstractVector
if col_tmp isa AbstractArray && ndims(col_tmp) == 1
col = col_tmp
else
@assert nrow(lazydf.df) < 2
Expand Down

0 comments on commit e693124

Please sign in to comment.