Skip to content

Commit

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


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

0 comments on commit 5477c13

Please sign in to comment.