blackjax-devs / blackjax

BlackJAX is a Bayesian Inference library designed for ease of use, speed and modularity.
https://blackjax-devs.github.io/blackjax/
Apache License 2.0
806 stars 105 forks source link

FIX KWARG BUG #686

Closed reubenharry closed 4 months ago

reubenharry commented 4 months ago

This is a small change which addresses quite a severe bug, namely that kwargs.get was not picking up the intended argument (because it was not passed as a kwarg)