Skip to content

Commit

Permalink
Merge branch 'Demand_Update_Modeling_' of https://github.com/Margheri…
Browse files Browse the repository at this point in the history
…ta-Capitani/pypsa-distribution into Demand_Update_Modeling_
  • Loading branch information
Margherita-Capitani committed Nov 5, 2024
2 parents 86e5b7d + 3b008c4 commit 82abdd9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ jobs:
id: cache
with:
path: ${{ matrix.prefix }}
key: ${{ matrix.label }}-conda-${{ hashFiles('pypsa-earth/envs/environment.yaml') }}-${{ env.DATE }}-${{ env.CACHE_NUMBER }}
key: ${{ matrix.label }}-conda-${{ hashFiles('envs/environment.yaml') }}-${{ env.DATE }}-${{ env.CACHE_NUMBER }}

- name: Update environment due to outdated or unavailable cache
if: steps.cache.outputs.cache-hit != 'true'
run: |
mamba env update -n pypsa-earth -f pypsa-earth/envs/environment.yaml
mamba env update -n pypsa-earth -f envs/environment.yaml
conda activate pypsa-earth
pip install rampdemand
Expand Down
4 changes: 2 additions & 2 deletions envs/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
- numpy
- pandas
- geopandas>=0.11.0, <=0.14.3
- fiona<1.10.0
- fiona<1.10.0
- xarray>=2023.11.0, <2023.12.0
- netcdf4
- networkx
Expand Down Expand Up @@ -88,4 +88,4 @@ dependencies:
- git+https://github.com/FRESNA/vresutils@master # until new pip release > 0.3.1 (strictly)
- tsam>=1.1.0
- chaospy # lastest version only available on pip
- fake_useragent
- fake_useragent
2 changes: 1 addition & 1 deletion test/config.distribution.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ electricity:
H2: 168

extendable_carriers:
Generator: [solar, onwind,diesel]
Generator: [solar, onwind, diesel]
StorageUnit: ["lithium", "lead acid"]
conventional_carriers: [diesel]

Expand Down

0 comments on commit 82abdd9

Please sign in to comment.