Skip to content

Commit 33790cc

Browse files
authored
Merge pull request #487 from The-Strategy-Unit/bugfix-synthetic-notebook
change fyear in generate_synthetic_datasets notebook
2 parents b2e5c25 + 6af91de commit 33790cc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

notebooks/generate_synthetic_datasets.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
},
2727
{
2828
"cell_type": "code",
29-
"execution_count": 2,
29+
"execution_count": null,
3030
"metadata": {},
3131
"outputs": [],
3232
"source": [
3333
"path = \"../data/dev\"\n",
34-
"fyear = 2019"
34+
"fyear = 2023"
3535
]
3636
},
3737
{
@@ -182,7 +182,7 @@
182182
],
183183
"metadata": {
184184
"kernelspec": {
185-
"display_name": "Python 3 (ipykernel)",
185+
"display_name": "nhp_model",
186186
"language": "python",
187187
"name": "python3"
188188
},
@@ -196,7 +196,7 @@
196196
"name": "python",
197197
"nbconvert_exporter": "python",
198198
"pygments_lexer": "ipython3",
199-
"version": "3.13.4"
199+
"version": "3.11.12"
200200
}
201201
},
202202
"nbformat": 4,

0 commit comments

Comments
 (0)