MCPcopy Create free account
hub / github.com/apple/ml-pointersect / get_defualt_config

Function get_defualt_config

pointersect/meta_script/submit_pbnr_v2.py:15–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14
15def get_defualt_config() -> T.Dict[str, T.Any]:
16 filename = os.path.normpath(
17 os.path.join(
18 os.path.abspath(__file__),
19 '../configs/pbnr_default.yaml',
20 ))
21 return meta_utils.read_config(filename)
22
23
24def get_defualt_mesh_filename_config() -> T.Dict[str, T.Any]:

Callers 1

submit_pbnr_v2.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected