-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Insane memory-usage when using
Emcee
with large number of iterations (
#1976) * use `reduce` instead of splatting to avoid stack overflow * added test for mem usage of Emcee * version bump * for emcee, walkers are now indexed along the chain index rather than iteration index * reduced number of iterations for emcee to see if that fixes tests * attempt at reducing the memory usage of Emcee tests * attempt at further reducing the memory footprint of the test * fixed size issues * Update emcee.jl --------- Co-authored-by: Hong Ge <[email protected]>
- Loading branch information
Showing
2 changed files
with
18 additions
and
6 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
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