Commit ebde482
Fix ar1_turningpts build: drop figsize from az.plot_trace (#930)
arviz 1.x dropped the figsize kwarg on plot_trace, which raises
ValueError and fails notebook execution once the build cache is
invalidated. Remove figsize from the az.plot_trace call (arviz uses its
default size). Verified against arviz 1.2.0 that plot_trace(idata) and
trace.posterior.rho access both still work.
Closes #929
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent ce5c241 commit ebde482
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | | - | |
| 331 | + | |
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
| |||
0 commit comments