Skip to content

Commit

Permalink
r2
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Feb 1, 2024
1 parent 82adb96 commit c6b605c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/wp4/satellite_sea_ice_thickness.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
" chunks=chunks,\n",
" transform_chunks=False,\n",
" transform_func=monthly_weighted_linear_trend,\n",
" transform_func_kwargs={\"weights\": False, \"p_value\": True, \"rmse\": True},\n",
" transform_func_kwargs={\"weights\": False, \"p_value\": True, \"r2\": True},\n",
" )\n",
" objects.append(ds.expand_dims(satellite=[satellite]))\n",
"ds = xr.merge(objects)"
Expand Down

0 comments on commit c6b605c

Please sign in to comment.