docs: clarify control parity accounting

This commit is contained in:
2026-08-05 08:56:53 +02:00
parent 1ace6688dd
commit e58d2bb2cf
2 changed files with 9 additions and 1 deletions
@@ -69,7 +69,7 @@ def _business_days(start: date, end: date) -> list[date]:
return days
def test_new_simulator_options_preserve_legacy_control_path():
def test_new_simulator_option_defaults_match_explicit_defaults():
start = date(2025, 1, 6)
ords = [start.toordinal() + offset for offset in range(8)]
prices = {'AAA': _prices(ords)}