Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .claude/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"plugins": {
"marketplaces": [
"PolicyEngine/policyengine-claude"
],
"auto_install": [
"country-models@policyengine-claude"
]
}
}
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: minor
changes:
changed:
- Added policyengine-claude plugin auto-install configuration.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
from policyengine_uk.data import UKSingleYearDataset
from policyengine_uk import Microsimulation


PREDICTORS = [
"age",
"employment_income",
Expand Down
1 change: 0 additions & 1 deletion policyengine_uk_data/datasets/imputations/wealth.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from policyengine_uk.data import UKSingleYearDataset
from policyengine_uk import Microsimulation


WAS_TAB_FOLDER = STORAGE_FOLDER / "was_2006_20"

REGIONS = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from policyengine_uk_data.utils.huggingface import download, upload
from pathlib import Path


FOLDER = Path(__file__).parent

FILES = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from policyengine_core.data import Dataset
from policyengine_uk_data.storage import STORAGE_FOLDER


# Load configuration from YAML file
config_path = Path(__file__).parent / "reforms_config.yaml"
with open(config_path, "r") as f:
Expand Down
1 change: 0 additions & 1 deletion policyengine_uk_data/tests/test_property_purchased.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

import pytest


PROPERTY_PURCHASE_RATE = 0.0385


Expand Down