MCPcopy Create free account
hub / github.com/PAIR-code/lit / spec

Method spec

lit_nlp/components/curves_test.py:107–111  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

105 """Dataset for testing the interpreter that uses 'TEST_DATA' as the source."""
106
107 def spec(self) -> lit_types.Spec:
108 return {
109 'x': lit_types.Scalar(),
110 'label': lit_types.Scalar(),
111 }
112
113 @property
114 def examples(self) -> list[lit_types.JsonDict]:

Callers 15

annotateMethod · 0.45
get_vals_to_testMethod · 0.45
is_compatibleMethod · 0.45
runMethod · 0.45
__init__Method · 0.45
is_compatibleMethod · 0.45
test_all_identifiersMethod · 0.45
is_compatibleMethod · 0.45
generateMethod · 0.45
_filter_ds_examplesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected