Skip to content

Commit

Permalink
Fix notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Feb 23, 2025
1 parent d9e0b35 commit 2878d34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/validation/constituencies.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -187,7 +187,7 @@
"\n",
"from policyengine_uk_data.datasets.frs.local_areas.constituencies.loss import create_constituency_target_matrix, create_national_target_matrix\n",
"\n",
"constituency_target_matrix, constituency_actuals = create_constituency_target_matrix(\"enhanced_frs_2022_23\", 2025, None)\n",
"constituency_target_matrix, constituency_actuals, _ = create_constituency_target_matrix(\"enhanced_frs_2022_23\", 2025, None)\n",
"national_target_matrix, national_actuals = create_national_target_matrix(\"enhanced_frs_2022_23\", 2025, None)\n",
"\n",
"constituency_wide = weights @ constituency_target_matrix\n",
Expand Down
4 changes: 2 additions & 2 deletions docs/validation/local_authorities.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -198,7 +198,7 @@
"\n",
"from policyengine_uk_data.datasets.frs.local_areas.local_authorities.loss import create_local_authority_target_matrix, create_national_target_matrix\n",
"\n",
"local_authority_target_matrix, local_authority_actuals = create_local_authority_target_matrix(\"enhanced_frs_2022_23\", 2025, None)\n",
"local_authority_target_matrix, local_authority_actuals, _ = create_local_authority_target_matrix(\"enhanced_frs_2022_23\", 2025, None)\n",
"national_target_matrix, national_actuals = create_national_target_matrix(\"enhanced_frs_2022_23\", 2025, None)\n",
"\n",
"local_authority_wide = weights @ local_authority_target_matrix\n",
Expand Down

0 comments on commit 2878d34

Please sign in to comment.