Skip to content

Commit

Permalink
output folder should be task7
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdark committed Jul 8, 2023
1 parent 9891da5 commit c448fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/task7.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@
"metadata": {},
"outputs": [],
"source": [
"export_folder = \"solution_coupled_ht\"\n",
"export_folder = \"task7\"\n",
"model_2d.exports = F.Exports([\n",
" F.XDMFExport(\"solute\", folder=export_folder),\n",
" F.XDMFExport(\"retention\", folder=export_folder),\n",
Expand Down Expand Up @@ -603,7 +603,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.11"
"version": "3.10.12"
},
"orig_nbformat": 4,
"vscode": {
Expand Down

0 comments on commit c448fdf

Please sign in to comment.