Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon committed Nov 11, 2024
1 parent 7ca8888 commit 3b8c632
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/synthesis_workflow/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1058,11 +1058,6 @@ 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 3b8c632

Please sign in to comment.