Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UZF, RCH, EVT, WEL and MAW improvement #263

Merged
merged 11 commits into from
Oct 6, 2023
8 changes: 1 addition & 7 deletions docs/examples/00_model_from_scratch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -321,14 +321,8 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "artesia",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.10.12"
"name": "python"
}
},
"nbformat": 4,
Expand Down
8 changes: 1 addition & 7 deletions docs/examples/02_surface_water.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -798,14 +798,8 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "artesia",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.10.12"
"name": "python"
}
},
"nbformat": 4,
Expand Down
10 changes: 2 additions & 8 deletions docs/examples/09_schoonhoven.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
" \"identificatie\"\n",
"].isin(ids_oude_haven)\n",
"lakes = bgt_grid[mask].copy()\n",
"lakes[\"name\"] = \"\"\n",
"lakes[\"name\"] = \"\"\n",
"lakes.loc[lakes[\"identificatie\"].isin(ids_grote_gracht), \"name\"] = \"grote gracht\"\n",
"lakes.loc[lakes[\"identificatie\"].isin(ids_oude_haven), \"name\"] = \"oude haven\"\n",
"bgt_grid = bgt_grid[~mask]\n"
Expand Down Expand Up @@ -827,14 +827,8 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "nlmod",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.9.4"
"name": "python"
}
},
"nbformat": 4,
Expand Down
8 changes: 1 addition & 7 deletions docs/examples/11_grid_rotation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -358,14 +358,8 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "artesia",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.10.12"
"name": "python"
}
},
"nbformat": 4,
Expand Down
8 changes: 1 addition & 7 deletions docs/examples/14_stromingen_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -330,14 +330,8 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "artesia",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.10.12"
"name": "python"
}
},
"nbformat": 4,
Expand Down
Loading