refactor(examples): replace sector-specific example material with generic, fictitious examples
The context sets, the packaged knowledge bases and the example bundles are replaced by one fictitious example set about IT operations in an invented organisation: three context sets (serverrom-2027, driftsavtale-2027 and the two-base drift-og-avtale-2027), two synthetic knowledge bases under src/portfolio_optimiser/data/kunnskapsbaser and two example bundles under src/portfolio_optimiser/data/bundles. Numbers, codes and structural values in tests and fixtures are kept; names, ids and wording change. Dated measurement documents that only recorded runs on the replaced material are deleted. Gate figures measured on the new set are not comparable with earlier ones. The exclusion gate from the previous commit is green: 0 tracked files hit outside the shared/ subtree. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This commit is contained in:
parent
058dd25570
commit
37547fe292
1147 changed files with 24138 additions and 9503 deletions
|
|
@ -47,7 +47,7 @@ _WHERE_THE_SAVING_GOES = "claimed_saving_nok"
|
|||
_APPROACH = Approach(id="led", label="LED retrofit", description="fixtures past rated life")
|
||||
_REJECTION = Rejection(
|
||||
proposal=SavingsProposal(
|
||||
project_id="FV42-GSV-E1",
|
||||
project_id="KONTOR-IT-E1",
|
||||
measure="Reduce scope",
|
||||
affected_items=[{"code": "05.2", "quantity": 1000, "unit_cost": 215}],
|
||||
claimed_saving_nok=10000,
|
||||
|
|
@ -59,7 +59,7 @@ _FEEDBACK = "Halve the volume rather than the unit price."
|
|||
|
||||
@pytest.fixture(scope="module")
|
||||
def project():
|
||||
return load_reference_projects()[0] # FV42-GSV-E1
|
||||
return load_reference_projects()[0] # KONTOR-IT-E1
|
||||
|
||||
|
||||
def _base(project) -> str:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue