Update the print function to use tqdm and add more information
Changes to dynesty have improved their built in print function since we first overwrote it. There is also more information given such as the bounds and it now uses tqdm which reduces the stdout overhead. This updates our print func to use tqdm and adds things like bounds to the output.
Edited by Gregory Ashton
Merge request reports
Activity
changed milestone to %0.5.8
Current issue with this
-
It writes output to
stderr
it would be good to make thisstdout
to match previous behaviour
Edited by Gregory Ashton-
It writes output to
changed milestone to %Future
added 1 commit
- ac55f1e2 - Revert to using bilby print func, but implement tqdm
added 13 commits
-
ac55f1e2...91713b39 - 12 commits from branch
master
- 68531e16 - Merge branch 'master' into revert-dynesty-print-fnc
-
ac55f1e2...91713b39 - 12 commits from branch
added Feature-request label
assigned to @gregory.ashton
Some example output
11:38 bilby INFO : Checkpoint every n_check_point = 5000 11:38 bilby INFO : Using dynesty version 1.0.0 1729it [00:19, 59.67it/s, bound:0 ncall:10994 eff:15.7% logz-ratio=-12.47+/-0.08 dlogz:116.878>0.10] 11:38 bilby INFO : Writing checkpoint file outdir/fast_tutorial_resume.pickle 2588it [00:45, 18.98it/s, bound:1 ncall:25933 eff:10.0% logz-ratio=-2.96+/-0.09 dlogz:107.301>0.10] 11:39 bilby INFO : Writing checkpoint file outdir/fast_tutorial_resume.pickle 3090it [02:00, 6.04it/s, bound:34 ncall:46032 eff:6.7% logz-ratio=3.81+/-0.10 dlogz:116.282>0.10]
changed milestone to %0.5.9
mentioned in commit 6fe95cae
Please register or sign in to reply