Skip to content

Commit

Permalink
bux fix
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Mar 26, 2024
1 parent c6527de commit ca23bfd
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"outputs": [],
"source": [
"if collection_id == \"CORDEX\":\n",
" models_cordex = []\n",
" models_cordex = {}\n",
" raise NotImplementedError\n",
"\n",
"models_cmip6 = {\n",
Expand Down Expand Up @@ -508,7 +508,8 @@
" print(f\"{model=}\")\n",
" # Original model\n",
" ds = download.download_and_transform(\n",
" *requests**kwargs,\n",
" *requests,\n",
" **kwargs,\n",
" transform_func_kwargs=transform_func_kwargs,\n",
" )\n",
" model_datasets[model] = ds\n",
Expand Down

0 comments on commit ca23bfd

Please sign in to comment.