-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace Gibbs inner loop with recursion (#2464)
* Use recursion in gibbs_inner_step * Remove unnecessary initialisation in Gibbs We were doing work that was already done by the caller of initialstep. * variable naming / destructuring (#2465) * Variable naming, destructuring * Tuple -> Vec * Reviewdog code style suggestions Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: Penelope Yong <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
7d6f8ed
commit 11944c9
Showing
1 changed file
with
96 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters