-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Running the Example.ipynb notebook I encountered some minor bugs:
line 166, mcmc.py: logging.info('running %d walkers for %d steps', self.k, nsteps) crashed, because self.k member is absent
line 426, mcmc.py: storechain argument is actually absent in run_mcmc
line 426, mcmc.py: X0 = sampler.run_mcmc()[0] complains that X0 is 'not subscriptable'. After removing [0] it seems to run fine.
Metadata
Metadata
Assignees
Labels
No labels