Closed danieltomasz closed 7 months ago
While running bambi and bambi invoking bayeux I encountered this error https://github.com/bambinos/bambi/issues/798
bambi
bayeux
This is due to the latest update and internal API changes https://github.com/kazewong/flowMC/releases/tag/flowMC-0.3.0
Using env wth flowMC 2.4 to run the same model seems to be still fine.
HMC and samplers seems to live in proposal world now https://github.com/kazewong/flowMC/tree/main/src/flowMC/proposal
proposal
thanks! i'll try to merge this today to fix this.
While running
bambi
andbambi
invokingbayeux
I encountered this error https://github.com/bambinos/bambi/issues/798This is due to the latest update and internal API changes https://github.com/kazewong/flowMC/releases/tag/flowMC-0.3.0
Using env wth flowMC 2.4 to run the same model seems to be still fine.