Skip to content

Commit e830f92

Browse files
Remove policyengine-uk-data as a dependency (#1110)
Fixes #1109
1 parent 3f1abf3 commit e830f92

14 files changed

Lines changed: 5 additions & 634 deletions

File tree

.github/compare_psnd.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/pr_code_changes.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,5 @@ jobs:
4444
run: make test
4545
env:
4646
HUGGING_FACE_TOKEN: ${{ secrets.HUGGING_FACE_TOKEN }}
47-
- name: Compare PSND
48-
run: make compare_psnd
49-
env:
50-
HUGGING_FACE_TOKEN: ${{ secrets.HUGGING_FACE_TOKEN }}
5147
- name: Test documentation builds
5248
run: make documentation

Makefile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,3 @@ changelog:
2626
bump-version changelog.yaml setup.py
2727
rm changelog_entry.yaml || true
2828
touch changelog_entry.yaml
29-
30-
compare_psnd:
31-
pip uninstall policyengine-uk -y
32-
pip install policyengine-uk
33-
cd policyengine_uk/utils && python psnd.py
34-
mv policyengine_uk/utils/psnd.csv psnd_old.csv
35-
pip install -e .
36-
cd policyengine_uk/utils && python psnd.py
37-
mv policyengine_uk/utils/psnd.csv psnd_new.csv
38-
python .github/compare_psnd.py

changelog_entry.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- bump: patch
2+
changes:
3+
fixed:
4+
- Removed uk-data as a dependency from the package.

docs/book/_toc.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ parts:
44
- caption: Using the model
55
chapters:
66
- file: usage/getting-started
7-
- caption: Model
8-
chapters:
9-
- file: model/baseline
107
- caption: Programs
118
chapters:
129
- file: programs/gov/hmrc/child-benefit

docs/book/model/baseline.ipynb

Lines changed: 0 additions & 263 deletions
This file was deleted.

docs/streamlit/.streamlit/config.toml

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/streamlit/Home.py

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)