MCPcopy Create free account
hub / github.com/PJLab-ADG/OASim / createPath

Function createPath

limsim/evaluation/report.py:90–96  ·  view source on GitHub ↗
(outputPath: str)

Source from the content-addressed store, hash-verified

88
89
90def createPath(outputPath: str):
91 if not os.path.exists(outputPath):
92 os.mkdir(outputPath)
93
94 figPath = os.path.join(outputPath, 'figs/')
95 if not os.path.exists(figPath):
96 os.mkdir(figPath)
97
98
99if __name__ == '__main__':

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected