BandNet uses UV with Python 3.12. Create the locked lightweight environment used by the genuine-formula implementation and its tests with:
uv sync --frozenThe historical training, plotting, and inference scripts require the larger legacy dependency set:
uv sync --frozen --extra legacyRun the deterministic genuine-formula validation suite with:
uv run --frozen python -m unittest discover -vThe suite does not generate datasets, train models, or invoke Core.py.