Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
martacki committed Oct 12, 2023
2 parents 7167af4 + 2ee5b60 commit ae90de0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ jobs:
run: |
cd ../pypsa-earth
snakemake -j1 run_all_scenarios
4 changes: 3 additions & 1 deletion test/config_kz_default_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ scenario:

countries: ["KZ"]


snapshots:
start: "2013-01-01"
end: "2013-01-02"
Expand All @@ -44,7 +45,8 @@ cluster_options:
build_shape_options:
nprocesses: 1 # number of processes to be used in build_shapes
nchunks: 3 # number of data chuncks for build_shapes. If not specified or smaller than nprocesses, specified as nprocesses
gadm_layer_id: 0
gadm_layer_id: 0 # set gadm level to 0 to simplify the case


load_options:
rescale_demand: true
Expand Down

0 comments on commit ae90de0

Please sign in to comment.