Skip to content

Commit

Permalink
ft: Created environments module, which handle the creation, staging o…
Browse files Browse the repository at this point in the history
…f 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
  • Loading branch information
pabloitu committed Jul 30, 2024
1 parent 7fdde2d commit 57ba475
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions floatcsep/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 57ba475

Please sign in to comment.