Skip to content

Commit f9631a4

Browse files
Update modelbuilder_example, writing the illegalcells file in the model folder.ipynb (#1044)
1 parent b085294 commit f9631a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/notebooks/modelbuilder_example.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@
10381038
"# create and add drypointsfile if there are any cells generated that will result in high orthogonality\n",
10391039
"if len(illegalcells_gdf) > 0:\n",
10401040
" illegalcells_polyfile = dfmt.geodataframe_to_PolyFile(illegalcells_gdf)\n",
1041-
" illegalcells_polyfile.save(\"illegalcells.pol\")\n",
1041+
" illegalcells_polyfile.save(os.path.join(dir_output,\"illegalcells.pol\"))\n",
10421042
" mdu.geometry.drypointsfile = [illegalcells_polyfile]\n",
10431043
"\n",
10441044
"# update numerics settings\n",

0 commit comments

Comments
 (0)