MCPcopy Create free account
hub / github.com/LLMQuant/quant-mind / test_embedding_text

Method test_embedding_text

tests/knowledge/test_factor.py:25–32  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23 self.assertIsNone(f.universe)
24
25 def test_retrieval_projection_is_not_a_domain_method(self):
26 f = Factor(
27 as_of=_now(),
28 source=_src(),
29 factor_name="value",
30 universe="us_equities",
31 )
32 self.assertFalse(hasattr(f, "embedding_text"))
33
34
35if __name__ == "__main__":

Callers

nothing calls this directly

Calls 4

embedding_textMethod · 0.95
FactorClass · 0.90
_nowFunction · 0.70
_srcFunction · 0.70

Tested by

no test coverage detected