Skip to content

Commit

Permalink
Comment-out the default configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
ekatef committed Jan 2, 2025
1 parent 628807a commit 41fe6d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ HTTP = HTTPRemoteProvider()
copy_default_files()


configfile: "config.default.yaml"
# configfile: "config.default.yaml"
configfile: "configs/bundle_config.yaml"
configfile: "configs/powerplantmatching_config.yaml"
configfile: "configs/config.main.yaml"
Expand All @@ -41,7 +41,7 @@ configfile: "configs/config.plot.yaml"
configfile: "config.yaml"


check_config_version(config=config)
# check_config_version(config=config)

config.update({"git_commit": get_last_commit_message(".")})

Expand Down

0 comments on commit 41fe6d7

Please sign in to comment.