Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Jan 26, 2024
1 parent f05897b commit 7f73bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/wp3/bias_assessment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
" else:\n",
" raise ValueError(f\"{da.attrs['units']=}\")\n",
"\n",
" if \"valid_time\" in da.variables:\n",
" if \"valid_time\" in da.coords:\n",
" factor *= da[\"valid_time\"].dt.days_in_month\n",
" units = \"mm/month\"\n",
" else:\n",
Expand Down

0 comments on commit 7f73bbe

Please sign in to comment.