taichi-dev / taichi

Productive, portable, and performant GPU programming in Python.
https://taichi-lang.org
Apache License 2.0
25.05k stars 2.26k forks source link

video_manager.clean_frames() incorrect path #8533

Open jarmitage opened 1 month ago

jarmitage commented 1 month ago

https://github.com/taichi-dev/taichi/blob/9fcf4f059f84f2354ed0b002723717f9a6357750/python/taichi/tools/video.py#L154

should be

os.remove(f"{self.frame_directory}/{fn}")