Closed paquiteau closed 1 month ago
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)
example_nD_gif.py
example_learn_trajectory.py
Using a TemporaryDirectory is probably the way to go
TemporaryDirectory
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