From 57ba4759e3e9423909c5ee97e92c0507b3005b97 Mon Sep 17 00:00:00 2001 From: pciturri Date: Tue, 30 Jul 2024 22:59:23 +0200 Subject: [PATCH] ft: Created environments module, which handle the creation, staging of conda/pip/docker environments, as well as the running a source code within. tests: added tests for EnvironmentHandler classess and subclasses build: added packaging as requirement. Harmonized requirements.txt and requirements_dev.txt --- floatcsep/registry.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/floatcsep/registry.py b/floatcsep/registry.py index 8ece9b2..b36c119 100644 --- a/floatcsep/registry.py +++ b/floatcsep/registry.py @@ -118,8 +118,7 @@ def build_tree( # set forecast names fc_files = { - win: join(dirtree["forecasts"], f"{prefix}_{win}.csv") - for win in windows + win: join(dirtree["forecasts"], f"{prefix}_{win}.csv") for win in windows } fc_exists = {