Skip to content

Commit 3cb0d59

Browse files
committed
Move base ensemble instance notebook to input dir so that it will be "seen" by instances for registration.
1 parent 098bb23 commit 3cb0d59

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples-proposed/024-aggregated-compute-ensemble/ensemble.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ LOG_FILE = log
44
LOG_LEVEL = INFO
55
SIMULATION_MODE = NORMAL
66

7+
# This is where we have the base jupyter notebook for the ensemble instances.
78
INPUT_DIR = $PWD/input_dir/
89

910
USE_PORTAL = True

examples-proposed/024-aggregated-compute-ensemble/instance_base_notebook.ipynb renamed to examples-proposed/024-aggregated-compute-ensemble/input_dir/instance_base_notebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"# Find the JSON output from `gen_data.py` that was invoked as a sub-task. It will\n",
4242
"# follow the naming pattern `<instance ID>_solution.json`. It will contain two\n",
4343
"# arrays, `x` and `u`, which we will plot.\n",
44-
"solution_json_file = list(Path(\".\").rglob(\"*solution.json\"))\n",
44+
"solution_json_file = list(Path(\"..\").rglob(\"*solution.json\"))\n",
4545
"\n",
4646
"if len(solution_json) != 1:\n",
4747
" raise RuntimeError(\n",

0 commit comments

Comments
 (0)