Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] leverage Python tempfile #173

Closed
neuronflow opened this issue Jan 9, 2025 · 2 comments · Fixed by #179
Closed

[FEATURE] leverage Python tempfile #173

neuronflow opened this issue Jan 9, 2025 · 2 comments · Fixed by #179
Labels
enhancement New feature or request

Comments

@neuronflow
Copy link
Contributor

Currently, panoptica creates a temporary file in the output directory:
Screenshot 2025-01-09 at 12 47 42

Do you think we should run this under the hood? @Hendrik-code
https://docs.python.org/3/library/tempfile.html

@neuronflow neuronflow added the enhancement New feature or request label Jan 9, 2025
@Hendrik-code
Copy link
Collaborator

yes, we can do that. But the tmp file already should be deleted after everything is done, no?

@Hendrik-code Hendrik-code linked a pull request Jan 31, 2025 that will close this issue
@neuronflow
Copy link
Contributor Author

yes, we can do that. But the tmp file already should be deleted after everything is done, no?

yes, tempfile will take care of this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants