biaslab / ForneyLab.jl

Julia package for automatically generating Bayesian inference algorithms through message passing on Forney-style factor graphs.
MIT License
149 stars 33 forks source link

change `repeat` to `fill` #214

Closed vtjnash closed 2 years ago

vtjnash commented 2 years ago

I wasn't sure if this meant to use Iterators.repeated or repeat, but it seemed to just mean fill.

ThijsvdLaar commented 2 years ago

Nice catch, thanks for the fix!