Skip to content

Commit

Permalink
ci debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jw3126 committed Jun 28, 2021
1 parent 9dfb052 commit cd12966
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/reducibles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd12966

Please sign in to comment.