Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Apr 4, 2024
1 parent 0b935bf commit 1532818
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions notebooks/wp5/glacier_distribution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,8 @@
"n_glaciers = len(gdf)\n",
"total_area = gdf[\"AREA\"].sum()\n",
"print(\n",
" \" \".join(\n",
" [\n",
" f\"A total number of {n_glaciers} glaciers is present in the dataset,\",\n",
" f\"covering a total area of {total_area:.2f} km^2.\",\n",
" ]\n",
" )\n",
" f\"A total number of {n_glaciers} glaciers is present in the dataset, \"\n",
" f\"covering a total area of {total_area:.2f} km^2.\"\n",
")"
]
},
Expand Down

0 comments on commit 1532818

Please sign in to comment.