UCL / rmcmc

Robust Markov chain Monte Carlo methods in R
http://github-pages.ucl.ac.uk/rmcmc/
Other
1 stars 0 forks source link

Add tests for chain state and fix bug in state copying #19

Closed matt-graham closed 3 months ago

matt-graham commented 3 months ago

Fixes bug in copy method of chain_state objects due to R's lazy evaluation by using forceAndCall and adds unit tests for chain state.