juanfung / scpd

0 stars 0 forks source link

Function `Base.take` is now `Base.Iterators.take` #21

Closed juanfung closed 5 years ago

juanfung commented 5 years ago

This function takes the first n elements of an iterator iter, ie, take(iter, n). It appears in several functions used by the blocked sampler, in sampler_functions.jl.

juanfung commented 5 years ago

Closing as issue seems resolved