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

Method test_raw_text_branch

tests/flows/test_paper.py:169–172  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

167 cfg = PaperSemanticCfg(chunk_size=256, chunk_overlap=32)
168 first = await PaperFlow(
169 cfg,
170 _summary_provider=_FakeSummaryProvider(),
171 ).build(LocalFilePath(path=_FIXTURE))
172 second = await PaperFlow(
173 cfg,
174 _summary_provider=_FakeSummaryProvider(),
175 ).build(LocalFilePath(path=_FIXTURE))

Callers

nothing calls this directly

Calls 2

_fetch_and_formatFunction · 0.90
RawTextClass · 0.90

Tested by

no test coverage detected