MCPcopy Create free account
hub / github.com/Sin3DM/Sin3DM / close

Method close

src/diffusion/logger.py:185–188  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

183 self.step += 1
184
185 def close(self):
186 if self.writer:
187 self.writer.Close()
188 self.writer = None
189
190
191def make_output_format(format, ev_dir, log_suffix=""):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected