fix test errors
This commit is contained in:
parent
a6f11cdb31
commit
9b9a775a41
@ -667,7 +667,7 @@ function has_attribute_segments(series::Series)
|
|||||||
for letter in (:x, :y, :z)
|
for letter in (:x, :y, :z)
|
||||||
# If we have NaNs in the data they define the segments and
|
# If we have NaNs in the data they define the segments and
|
||||||
# SegmentsIterator is used
|
# SegmentsIterator is used
|
||||||
series[letter] != nothing && NaN in series[letter] && return false
|
series[letter] != nothing && NaN in collect(series[letter]) && return false
|
||||||
end
|
end
|
||||||
series[:seriestype] == :shape && return false
|
series[:seriestype] == :shape && return false
|
||||||
# ... else we check relevant attributes if they have multiple inputs
|
# ... else we check relevant attributes if they have multiple inputs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user