MCPcopy Create free account
hub / github.com/InternScience/SciReason / main

Function main

tools/case_analyzer.py:182–190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180
181
182def main():
183 args = parse_args()
184 cfg = Config.fromfile(args.config)
185 # set work_dir
186 if args.work_dir is not None:
187 cfg['work_dir'] = args.work_dir
188 else:
189 cfg.setdefault('work_dir', './outputs/default')
190 dispatch_tasks(cfg, force=args.force)
191
192
193if __name__ == '__main__':

Callers 1

case_analyzer.pyFile · 0.70

Calls 2

parse_argsFunction · 0.70
dispatch_tasksFunction · 0.70

Tested by

no test coverage detected