Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modelscope/modelscope
/ set_test_level
Function
set_test_level
modelscope/utils/test_utils.py:68–70 ·
view source on GitHub ↗
(level: int)
Source
from the content-addressed store, hash-verified
66
67
68
def
set_test_level(level: int):
69
global TEST_LEVEL
70
TEST_LEVEL = level
71
72
73
class
DummyTorchDataset:
Callers
1
run.py
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…