MCPcopy Index your code
hub / github.com/evalplus/evalplus / global_util_init

Function global_util_init

tools/tsr/minimization.py:18–24  ·  view source on GitHub ↗
(dataset: str)

Source from the content-addressed store, hash-verified

16
17
18def global_util_init(dataset: str):
19 global problems
20 global task_ids
21 global problem_count
22 problems = get_problems(dataset)
23 task_ids = get_task_ids(dataset)
24 problem_count = len(problems)
25
26
27###########################

Callers 1

minimization.pyFile · 0.85

Calls 2

get_problemsFunction · 0.90
get_task_idsFunction · 0.90

Tested by

no test coverage detected