fix test errors

This commit is contained in:
Daniel Schwabeneder 2018-04-03 18:43:18 +02:00
parent a6f11cdb31
commit 9b9a775a41

View File

@ -667,7 +667,7 @@ function has_attribute_segments(series::Series)
for letter in (:x, :y, :z)
# If we have NaNs in the data they define the segments and
# SegmentsIterator is used
series[letter] != nothing && NaN in series[letter] && return false
series[letter] != nothing && NaN in collect(series[letter]) && return false
end
series[:seriestype] == :shape && return false
# ... else we check relevant attributes if they have multiple inputs