Skip to content

Commit

Permalink
properly display figure
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamaedler committed Dec 19, 2024
1 parent 2c1ea3c commit 8041036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scportrait/pipeline/extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ def _transfer_tempmmap_to_hdf5(self):
axs[i].imshow(img, vmin=0, vmax=1)
axs[i].axis("off")
fig.tight_layout()
fig.show()
plt.show(fig)

self.log("Transferring extracted single cells to .hdf5")

Expand Down

0 comments on commit 8041036

Please sign in to comment.