Skip to content

Commit

Permalink
Fixup comment in notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
trey-stafford committed Oct 30, 2024
1 parent e3b47f2 commit df1131e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/iceflow-with-icepyx.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3044,7 +3044,7 @@
}
],
"source": [
"# resample the ATL06 data to a weekly mean.\n",
"# resample the iceflow data to a weekly mean.\n",
"iceflow_df_sampled = iceflow_df.repartition(freq=\"1W\")\n",
"iceflow_df_sampled = iceflow_df_sampled.dropna(how=\"any\")\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/iceflow-with-icepyx.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
"metadata": {},
"outputs": [],
"source": [
"# resample the ATL06 data to a weekly mean.\n",
"# resample the iceflow data to a weekly mean.\n",
"iceflow_df_sampled = iceflow_df.repartition(freq=\"1W\")\n",
"iceflow_df_sampled = iceflow_df_sampled.dropna(how=\"any\")\n",
"\n",
Expand Down

0 comments on commit df1131e

Please sign in to comment.