Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 610 Bytes

Eryn_changes.md

File metadata and controls

6 lines (5 loc) · 610 Bytes

These changes should be made to the source code of Eryn 1.1.7 for our package to work correctly.

  • [backend.py] Add "axis=2" to the squeeze logic when there are no multiple leaves [744]. Change the text in gelman_rubin_diagnostic (can be ignored in final version) [763/722]
  • [combine.py] Add accepted.copy() in @setter of CombineMove, so that the initial accepted arrays (zeros) are independent for each move. [48/48]
  • [group.py] The condition should be only self.iter == 0 [133/134]
  • [ensemble.py] Remove the update_fn logic in run_mcmc method after burn-in (it is already included in the sample method).