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

Use stdlib tempfile module for examples #182

Closed
paquiteau opened this issue Aug 24, 2024 · 0 comments · Fixed by #196
Closed

Use stdlib tempfile module for examples #182

paquiteau opened this issue Aug 24, 2024 · 0 comments · Fixed by #196
Assignees
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@paquiteau
Copy link
Member

Python built-in module tempfile is the canonical way of making tempfile. It would be nicer to use it in the examples that generate images (example_nD_gif.py, example_learn_trajectory.py, etc)

Using a TemporaryDirectory is probably the way to go

@paquiteau paquiteau added documentation Improvements or additions to documentation good first issue Good for newcomers labels Aug 24, 2024
@paquiteau paquiteau linked a pull request Sep 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants