Skip to content

Commit

Permalink
fix Y freq
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed May 21, 2024
1 parent f4166a0 commit 908cfaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/wp5/ocean_color_timeseries.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
"\n",
" # Compute variables\n",
" da_daily = da.resample(time=\"D\").mean()\n",
" da_yearly = da.resample(time=\"Y\").mean()\n",
" da_yearly = da.resample(time=\"YE\").mean()\n",
" da_running = (\n",
" da.resample(time=\"MS\")\n",
" .mean()\n",
Expand Down Expand Up @@ -317,7 +317,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"version": "3.11.9"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 908cfaa

Please sign in to comment.