Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
def
check_mkdir(dir_name):
12
if
not os.path.exists(dir_name):
13
os.mkdir(dir_name)
14
15
16
def
initialize_weights(*models):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected