Skip to content

Commit

Permalink
Correct order of file saving for plot_results
Browse files Browse the repository at this point in the history
  • Loading branch information
ccaprani authored Mar 12, 2024
1 parent 88a4376 commit 1be58da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ospgrid/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ def save_figs_to_file(
"mdl",
"dsd",
"bmd",
"tmd",
"sfd",
"tmd",
]
use_std_ends = False

Expand Down

0 comments on commit 1be58da

Please sign in to comment.