MCPcopy Create free account
hub / github.com/Ropedia/SpatialBench / close

Method close

benchmark/models/scal3r/utils/console_utils.py:189–199  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

187 self._task_id = self._prog.add_task(self.desc or "", **d)
188
189 def close(self):
190 if self.disable:
191 return
192 self.disable = True
193 self.display(refresh=True)
194 if not hasattr(self, "_prog"):
195 return
196 if self._prog.finished:
197 self._prog.stop()
198 for task_id in list(self._prog.task_ids):
199 self._prog.remove_task(task_id)
200
201 def clear(self, *_, **__):
202 pass

Callers 15

_compute_resolutionMethod · 0.45
eval_trajectoryFunction · 0.45
inference_windowedMethod · 0.45
parallel_executionFunction · 0.45
eval_trajectoryFunction · 0.45
forwardMethod · 0.45
_write_video_streamingFunction · 0.45
mainFunction · 0.45
parallel_executionFunction · 0.45
parallel_executionFunction · 0.45
visualize_loopFunction · 0.45

Calls 1

displayMethod · 0.95

Tested by

no test coverage detected