Skip to content

Commit

Permalink
fix: removing additional indents
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Sep 11, 2024
1 parent 78afdc4 commit cdd3eab
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/source/_static/m2l_code_template.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -245,14 +245,14 @@
"metadata": {},
"outputs": [],
"source": [
" column = [\n",
" # youngest\n",
" 'youngest_unit',\n",
" 'middle_unit',\n",
" 'oldest_unit',\n",
" # oldest\n",
" ]\n",
" \n",
"column = [\n",
" # youngest\n",
" 'youngest_unit',\n",
" 'middle_unit',\n",
" 'oldest_unit',\n",
" # oldest\n",
"]\n",
" \n",
"proj.run_all(user_defined_stratigraphic_column=column)\n",
"\n",
"t1 = time.time()"
Expand Down

0 comments on commit cdd3eab

Please sign in to comment.