From f8d42258454017a0bd61b85103b78c4d9e70e3d2 Mon Sep 17 00:00:00 2001 From: Marc White Date: Fri, 27 Sep 2024 16:14:34 +1000 Subject: [PATCH] Remove stray comment --- Recipes/Apply_function_to_every_gridpoint.ipynb | 1 - 1 file changed, 1 deletion(-) diff --git a/Recipes/Apply_function_to_every_gridpoint.ipynb b/Recipes/Apply_function_to_every_gridpoint.ipynb index 9b89a002..4be7d281 100644 --- a/Recipes/Apply_function_to_every_gridpoint.ipynb +++ b/Recipes/Apply_function_to_every_gridpoint.ipynb @@ -1418,7 +1418,6 @@ ], "source": [ "# Get some data\n", - "# sst = cc.querying.getvar(experiment, 'sst', session, frequency='1 monthly', chunks={})\n", "\n", "experiment = '025deg_jra55_iaf_omip2_cycle6'\n", "sst = cat[experiment].search(frequency=\"1mon\", variable=\"sst\").to_dask()\n",