From ecb4974978292eaa4910fd0e1280b339beb85273 Mon Sep 17 00:00:00 2001 From: andrew-platt Date: Mon, 16 Oct 2023 14:11:07 -0600 Subject: [PATCH] Wider plots from regression testing. --- reg_tests/lib/errorPlotting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reg_tests/lib/errorPlotting.py b/reg_tests/lib/errorPlotting.py index a677c8ed4e..c34084f081 100644 --- a/reg_tests/lib/errorPlotting.py +++ b/reg_tests/lib/errorPlotting.py @@ -102,7 +102,7 @@ def _replace_id_script(html_string, plot): return html_string def _save_plot(script, div, path, attribute): - div_class = ' class="col-sm-12 col-md-6 col-lg-6"' + div_class = ' class=""' file_name = "_script".join((attribute, ".txt")) with open(os.path.join(path, file_name), 'w') as f: