Skip to content
Snippets Groups Projects

Update the default priors to our standard choices

Merged Gregory Ashton requested to merge clean-up-default-priors into master
4 files
+ 5
4
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
0
@@ -1196,6 +1196,7 @@ def latex_plot_format(func):
def safe_save_figure(fig, filename, **kwargs):
check_directory_exists_and_if_not_mkdir(os.path.dirname(filename))
from matplotlib import rcParams
try:
fig.savefig(fname=filename, **kwargs)
Loading