MCPcopy Create free account
hub / github.com/AlmondGod/tinyworlds / missing

Function missing

scripts/run_inference.py:29–30  ·  view source on GitHub ↗
(path: Optional[str])

Source from the content-addressed store, hash-verified

27
28 # check if any path is missing
29 def missing(path: Optional[str]) -> bool:
30 return (path is None) or (not os.path.exists(path))
31
32 # resolve latest checkpoints if requested or any path missing
33 base_dir = os.getcwd()

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected