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 5477c13 commit 7ca8888
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/synthesis_workflow/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1058,6 +1058,11 @@ def build_file_list(df, mtypes, path_col):
with DisableLogger():
pdf.savefig(fig, bbox_inches="tight", dpi=dpi)
plt.close(fig)
import tempfile

path_context = tempfile.TemporaryDirectory(prefix="diffpdf")
with path_context as p:
raise Exception(f"lkjlkjlkj {p}, {Path(p).exists()}")


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

0 comments on commit 7ca8888

Please sign in to comment.