added helper function to create parameter sweep, plus appropriate test

This commit is contained in:
PatchOfScotland
2023-02-11 23:12:18 +01:00
parent 9b744e9afe
commit 59c352904b
4 changed files with 162 additions and 3 deletions

View File

@ -232,7 +232,6 @@ def papermill_job_func(job_dir):
# Create a parameterised version of the executable notebook
try:
base_notebook = read_notebook(base_file)
# TODO read notebook from already written file rather than event
job_notebook = parameterize_jupyter_notebook(
base_notebook, yaml_dict
)