(self)
| 120 | ray.shutdown(_exiting_interpreter=True) |
| 121 | |
| 122 | def setUp(self): |
| 123 | self.config = get_template_config() |
| 124 | self.config.checkpoint_root_dir = get_checkpoint_path() |
| 125 | self.config.check_and_update() |
| 126 | shutil.rmtree(self.config.monitor.cache_dir, ignore_errors=True) |
nothing calls this directly
no test coverage detected