Skip to content

Commit 294e6b7

Browse files
authored
Merge pull request #498 from The-Strategy-Unit/deprecate_generate_synthetic_datasets_notebook
2 parents ef2ee1e + c1aedc6 commit 294e6b7

File tree

4 files changed

+8
-221
lines changed

4 files changed

+8
-221
lines changed

.vscode/extensions.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"recommendations": [
33
"ryanluker.vscode-coverage-gutters",
44
"ms-python.python",
5-
"ms-python.black-formatter",
65
"ms-toolsai.jupyter",
76
"ms-python.pylint"
87
]

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"python.testing.pytestArgs": [
77
"tests",
8-
"--data-dir=data/dev",
8+
"--data-dir=data/synth",
99
"--params-file=queue/params-sample.json"
1010
],
1111
"python.testing.unittestEnabled": false,
@@ -14,5 +14,5 @@
1414
"editor.defaultFormatter": "charliermarsh.ruff"
1515
},
1616
"azurite.location": "../.azurite",
17-
"nhp.data_path": "data/dev"
17+
"nhp.data_path": "data/synth"
1818
}

.vscode/tasks.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
"label": "Run Code Coverage",
77
"command": "${command:python.interpreterPath} -m pytest --cov=. tests/unit --cov-branch --cov-report xml:coverage.xml --cov-report term",
88
"problemMatcher": []
9+
},
10+
{
11+
"type": "shell",
12+
"label": "Download synth data",
13+
"command": "az storage blob download-batch -d data -s data --pattern 'synth/**.parquet' --account-name nhpsa --auth-mode login --overwrite",
14+
"problemMatcher": []
915
}
1016
]
1117
}

notebooks/generate_synthetic_datasets.ipynb

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

0 commit comments

Comments
 (0)