From ff3023e0d1fd7ddc36eb5b9e8ea0e8d2e44659ff Mon Sep 17 00:00:00 2001 From: Julius Busecke Date: Sat, 11 May 2024 20:33:45 -0400 Subject: [PATCH] Update recipe.py --- feedstock/recipe.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/feedstock/recipe.py b/feedstock/recipe.py index 3739991..5464ce7 100644 --- a/feedstock/recipe.py +++ b/feedstock/recipe.py @@ -107,8 +107,8 @@ async def parse_iids(): # manual overrides (these will be rewritten each time as long as they exist here) overwrite_iids = [ - 'CMIP6.HighResMIP.NERC.HadGEM3-GC31-HH.hist-1950.r1i1p1f1.Omon.thetao.gn.v20200514', - 'CMIP6.HighResMIP.NERC.HadGEM3-GC31-HH.hist-1950.r1i1p1f1.Omon.so.gn.v20200514' + # 'CMIP6.HighResMIP.NERC.HadGEM3-GC31-HH.hist-1950.r1i1p1f1.Omon.thetao.gn.v20200514', + # 'CMIP6.HighResMIP.NERC.HadGEM3-GC31-HH.hist-1950.r1i1p1f1.Omon.so.gn.v20200514' ] # beam does NOT like to pickle client objects (https://github.com/googleapis/google-cloud-python/issues/3191#issuecomment-289151187)