Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PAIR-code/lit
/ test_init_spec_none
Method
test_init_spec_none
lit_nlp/api/dataset_test.py:74–75 ·
view source on GitHub ↗
(self, dataset: lit_dataset.Dataset)
Source
from the content-addressed store, hash-verified
72
(
'none_dataset'
, lit_dataset.NoneDataset),
73
)
74
def
test_init_spec_none(self, dataset: lit_dataset.Dataset):
75
self.assertIsNone(dataset.init_spec())
76
77
def
test_remap(self):
78
""
"Test remap method."
""
Callers
nothing calls this directly
Calls
1
init_spec
Method · 0.45
Tested by
no test coverage detected