MCPcopy Create free account
hub / github.com/Open-Quant/openquant / _fixture_path

Function _fixture_path

python/tests/test_data_module.py:12–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11
12def _fixture_path() -> Path:
13 return Path(__file__).resolve().parent / "fixtures" / "ohlcv_us_equities.csv"
14
15
16def _digest_frame(df: pl.DataFrame) -> str:

Calls

no outgoing calls

Tested by

no test coverage detected