From df647d0f84711151f144dc188099e8d8a361cbef Mon Sep 17 00:00:00 2001 From: yerbol-akhmetov Date: Thu, 5 Oct 2023 18:27:54 +0600 Subject: [PATCH 1/4] just checking ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe9e2c7..0c3e96f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ SPDX-FileCopyrightText: pypsa-kz-data authors SPDX-License-Identifier: AGPL-3.0-or-later --> - + # About the Project Open Energy Transition Logo From eb8d0eafb6323be538eaad346816203a53454692 Mon Sep 17 00:00:00 2001 From: yerbol-akhmetov Date: Thu, 5 Oct 2023 19:24:04 +0600 Subject: [PATCH 2/4] just ci checking --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c3e96f..b0b491c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ SPDX-FileCopyrightText: pypsa-kz-data authors SPDX-License-Identifier: AGPL-3.0-or-later --> -# About the Project +# About the Project Open Energy Transition Logo Agora Energiewende Logo From d0df61b77f235746b937106e811ed3cd679adb9d Mon Sep 17 00:00:00 2001 From: yerbol-akhmetov Date: Sat, 7 Oct 2023 14:16:29 +0600 Subject: [PATCH 3/4] make gadm 0 --- .github/workflows/ci-linux.yml | 3 ++- test/config_kz_test.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 3163a9a..70be17e 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -83,7 +83,8 @@ jobs: run: | cd ../pypsa-earth cp ./test/tmp/config.custom_tmp.yaml ./config.yaml + cat config.yaml snakemake -j1 retrieve_databundle_light # we first retrieve data cp pypsa-kz-data/data/custom_powerplants.csv ./data/custom_powerplants.csv # overwrite powerplantdata - snakemake -j1 solve_everything + snakemake -j1 solve_all_networks \ No newline at end of file diff --git a/test/config_kz_test.yaml b/test/config_kz_test.yaml index 9553d24..e66ac97 100644 --- a/test/config_kz_test.yaml +++ b/test/config_kz_test.yaml @@ -44,7 +44,7 @@ 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 load_options: rescale_demand: true From 00f30022a9816ec4bfbc487f211150827147c90e Mon Sep 17 00:00:00 2001 From: yerbol-akhmetov Date: Sat, 7 Oct 2023 15:43:36 +0600 Subject: [PATCH 4/4] just change --- test/config_kz_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/config_kz_test.yaml b/test/config_kz_test.yaml index e66ac97..2eaf3db 100644 --- a/test/config_kz_test.yaml +++ b/test/config_kz_test.yaml @@ -44,7 +44,7 @@ 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 load_options: rescale_demand: true