jeremiecoullon / SGMCMCJax

Lightweight library of stochastic gradient MCMC algorithms written in JAX.
https://sgmcmcjax.readthedocs.io/en/latest/index.html
Apache License 2.0
95 stars 8 forks source link

Fix BAOAB/BADODAB regression #69 #70

Closed zfurman56 closed 11 months ago

zfurman56 commented 1 year ago

Typo in commit 1a43e5ea391139a52b634f68432e76f88cb2b1c5 broke BAOAB and BADODAB (#69). This fixes the typo.

jeremiecoullon commented 11 months ago

Thanks very much for spotting this! Merging now.