Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon committed Nov 11, 2024
1 parent 6f4bd93 commit ce18da4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/synthesis_workflow/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1058,6 +1058,8 @@ def build_file_list(df, mtypes, path_col):
with DisableLogger():
pdf.savefig(fig, bbox_inches="tight", dpi=dpi)
plt.close(fig)
if not Path(output_path).exists():
raise Exception(output_path)


def extract_angle_data(df, morph_key, pia=None):
Expand Down

0 comments on commit ce18da4

Please sign in to comment.