Skip to content

Commit

Permalink
Wider plots from regression testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-platt committed Oct 16, 2023
1 parent 2344bc7 commit ecb4974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reg_tests/lib/errorPlotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ecb4974

Please sign in to comment.