Skip to content

Commit

Permalink
removed duplicate text
Browse files Browse the repository at this point in the history
  • Loading branch information
Gorkowski committed Jan 5, 2024
1 parent 5ea85fb commit 4d9baee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/examples/wall_loss/wall_loss_forward_simulation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@
"metadata": {},
"outputs": [],
"source": [
"# Simulation with Coagulation and Dilution\n",
"# This simulation includes particle coagulation and dilution from the chamber.\n",
"solution_coag_dil = Solver(\n",
" time_span=time_array,\n",
Expand All @@ -218,7 +217,6 @@
" **rates_kwargs\n",
").solution(method='odeint')\n",
"\n",
"# Simulation with Coagulation, Dilution, and Wall Loss\n",
"# This simulation includes particle coagulation, dilution, and wall loss\n",
"# (deposition).\n",
"solution_coag_dil_wall = Solver(\n",
Expand All @@ -231,7 +229,6 @@
" **rates_kwargs\n",
").solution(method='odeint')\n",
"\n",
"# Simulation with Dilution and Wall Loss\n",
"# This simulation includes only dilution and wall loss (deposition)\n",
"# without coagulation.\n",
"solution_dil_wall = Solver(\n",
Expand Down

0 comments on commit 4d9baee

Please sign in to comment.