remove show
This commit is contained in:
parent
a9c659aa21
commit
d3629f3cfe
@ -1020,7 +1020,6 @@ error_tuple(x::Tuple) = x
|
||||
function error_coords(errorbar, errordata, otherdata...)
|
||||
ed = Vector{float_extended_type(errordata)}(undef, 0)
|
||||
od = [Vector{float_extended_type(odi)}(undef, 0) for odi in otherdata]
|
||||
@show eltype(od)
|
||||
for (i, edi) in enumerate(errordata)
|
||||
for (j, odj) in enumerate(otherdata)
|
||||
odi = _cycle(odj, i)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user