Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon committed Nov 11, 2024
1 parent 318300c commit 6f4bd93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/synthesis_workflow/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1051,15 +1051,13 @@ def build_file_list(df, mtypes, path_col):
g.xaxis.set_tick_params(rotation=45)
g.set_facecolor("xkcd:maroon")

# Remove upper right subplo
# Remove upper right subplot
a2.remove()

# Export the figure
# with DisableLogger():
pdf.savefig(fig, bbox_inches="tight", dpi=dpi)
with DisableLogger():
pdf.savefig(fig, bbox_inches="tight", dpi=dpi)
plt.close(fig)
if not Path(output_path).exists():
raise Exception("failed to write")


def extract_angle_data(df, morph_key, pia=None):
Expand Down
Binary file modified tests/data/in_small_O1/out/atlas/atlas_planes_O0.npz
Binary file not shown.

0 comments on commit 6f4bd93

Please sign in to comment.