From f55ab5dd323a54d04db3fd96a1e53b5eea25d329 Mon Sep 17 00:00:00 2001 From: Fabian Wachsmann <k204210@l40075.lvt.dkrz.de> Date: Tue, 22 Oct 2024 08:59:01 +0200 Subject: [PATCH] Updated datasethelper --- scripts/datasethelper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/datasethelper.py b/scripts/datasethelper.py index 61389aa..4285580 100644 --- a/scripts/datasethelper.py +++ b/scripts/datasethelper.py @@ -3,6 +3,7 @@ import intake import fsspec import xarray as xr import datetime +from copy import deepcopy as copy INSTITUTE_KEYS = [ "institution_id", -- GitLab