From cd129664477e46415c00bc1eb0471bc1219a17bd Mon Sep 17 00:00:00 2001 From: Jan Weidner Date: Mon, 28 Jun 2021 12:25:39 +0200 Subject: [PATCH] ci debug --- examples/reducibles.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/reducibles.jl b/examples/reducibles.jl index 60138a771e..5f556b6afc 100644 --- a/examples/reducibles.jl +++ b/examples/reducibles.jl @@ -84,6 +84,7 @@ collect(vov) # Up to now our vector of vector is not parallelizable. For instance if we try `tcollect(vov)` we get an error. # To add support, we need to overload two methods from [SplittablesBase.jl](https://github.com/JuliaFolds/SplittablesBase.jl): +import Transducers: SplittablesBase # hide import SplittablesBase function SplittablesBase.amount(vov::VecOfVec) # return the rough length of a collection