Update the print function to use tqdm and add more information
Compare changes
+ 15
− 9
@@ -6,6 +6,7 @@ import sys
@@ -159,11 +160,12 @@ class Dynesty(NestedSampler):
@@ -184,18 +186,20 @@ class Dynesty(NestedSampler):
@@ -233,6 +237,7 @@ class Dynesty(NestedSampler):
@@ -401,6 +406,7 @@ class Dynesty(NestedSampler):