Commit a38c709
Insane memory-usage when using
* 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 <3279477+yebai@users.noreply.github.com>Emcee with large number of iterations (#1976)1 parent f8450d6 commit a38c709
2 files changed
+18
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
128 | 133 | | |
129 | 134 | | |
130 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
17 | 24 | | |
18 | 25 | | |
19 | 26 | | |
| |||
30 | 37 | | |
31 | 38 | | |
32 | 39 | | |
33 | | - | |
34 | | - | |
| 40 | + | |
| 41 | + | |
35 | 42 | | |
36 | 43 | | |
0 commit comments