From 3e26db8cd6421746f4d2f6a0b77405d0c5a55d6e Mon Sep 17 00:00:00 2001 From: eulerkochy Date: Sat, 14 Mar 2020 05:07:41 +0530 Subject: [PATCH] now the travis ci tests should pass --- src/accumulator.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/accumulator.jl b/src/accumulator.jl index 2fdc48dbf..9fab4280f 100644 --- a/src/accumulator.jl +++ b/src/accumulator.jl @@ -33,7 +33,7 @@ function counter(seq) end eltype_for_accumulator(seq::T) where T = eltype(T) -function eltype_for_accumulator(seq::Base.Generator} +function eltype_for_accumulator(seq::Base.Generator) Base.@default_eltype(seq) end