Skip to content

Commit 7475419

Browse files
author
Gabe FIerro
committed
add to base model
1 parent 1848089 commit 7475419

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

notebooks/Existing-model-validation-example.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,10 @@
721721
" param_value = notebook_input(f\"Please enter the value for parameter \\\"{parameter}\\\":\")\n",
722722
" templ_bindings[parameter] = BLDG[param_value]\n",
723723
" graph = t.evaluate(templ_bindings)\n",
724-
" medium_office_model.add_graph(graph)\n"
724+
" medium_office_model_base.add_graph(graph)\n",
725+
"\n",
726+
"medium_office_model = medium_office_model_base.compile(shape_collections)\n",
727+
"validation_context = medium_office_model.validate(error_on_missing_imports=False)\n"
725728
]
726729
},
727730
{

0 commit comments

Comments
 (0)