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

Method setUp

tests/configs/test_paper.py:29–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27 self.assertEqual(cfg.summary_concurrency, 4)
28 self.assertEqual(cfg.max_summary_output_tokens, 4_096)
29 self.assertEqual(cfg.min_summary_citations, 3)
30 self.assertEqual(cfg.min_summary_pages, 2)
31
32 def test_invalid_overlap_or_coverage_bounds_are_rejected(self):
33 with self.assertRaises(ValidationError):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected