MCPcopy Create free account
hub / github.com/SLDGroup/EMCAD / check_mkdir

Function check_mkdir

utils/misc.py:11–13  ·  view source on GitHub ↗
(dir_name)

Source from the content-addressed store, hash-verified

9
10
11def check_mkdir(dir_name):
12 if not os.path.exists(dir_name):
13 os.mkdir(dir_name)
14
15
16def initialize_weights(*models):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected