Skip to content

Commit

Permalink
Doing some pre commit cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dabail10 committed Sep 27, 2024
1 parent 31b8200 commit c5aabd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/nblibrary/ice/seaice.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,6 @@
"aice2_month = (\n",
" ds2[\"aice\"][923:1343, :, :].groupby(\"time.month\").mean(dim=\"time\", skipna=True)\n",
")\n",
"\n",
"mask_tmp1 = np.where(np.logical_and(aice1_month > 0.15, ds1[\"TLAT\"] > 0), 1.0, 0.0)\n",
"mask_tmp2 = np.where(np.logical_and(aice2_month > 0.15, ds1[\"TLAT\"] > 0), 1.0, 0.0)\n",
"\n",
Expand Down

0 comments on commit c5aabd2

Please sign in to comment.