You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I consent to the release of this PR's code under the GPLv3 license and non-code contributions under CC0-1.0 and CC-BY-4.0.
I tested my contribution locally and it seems to work fine.
Code and workflow changes are sufficiently documented.
Newly introduced dependencies are added to the main environment at PyPSA-Earth repository
Changes in configuration options are added in all of config.default.yaml and config.tutorial.yaml.
Add a test config or line additions to test/ (note tests are changing the config.tutorial.yaml)
Changes in configuration options are also documented in doc/configtables/*.csv and line references are adjusted in doc/configuration.rst and doc/tutorial.rst.
A note for the release notes doc/release_notes.rst is amended in the format of previous release notes, including reference to the requested PR.
Hi,
The purpose of this PR is to check whether the updated MA shape file helps to pass pypsa-earth/scripts/build_shapes.py issue that we have experienced for the test case for Morocco.
As I see the CI is having again problem but this time in pypsa-distribution/scripts/build_shapes.
I wanted to reproduce the same error locally but my local run has passed pypsa-distribution/scripts/build_shapes and failed in solve_network which I was expecting.
I wonder what would be the best approach to take in this case? Thank you for the suggestions in advance.
Hi, currently after passing build_shapes error the CI is experiencing problem when exporting network in create_network for normal tutorial. I could not produce this error locally and I suspected maybe the pypsa version CI is using is different what I am using locally. To check that I have added a line just before exporting the network in create_network script to check which pypsa version CI using outputting. From the CI log it is "PyPSA version: 0.30.3".
Also I have executed locally snakemake -j 1 create_network locally to see the pypsa version I am using locally and it resulted the same "PyPSA version: 0.30.3". Also the local run passes create_network script while CI fails.
This is the current issue I am experiencing and I wanted to share it with you. Thank you in advance for your suggestions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes # (if applicable).
Changes proposed in this Pull Request
Checklist
config.default.yamlandconfig.tutorial.yaml.test/(note tests are changing the config.tutorial.yaml)doc/configtables/*.csvand line references are adjusted indoc/configuration.rstanddoc/tutorial.rst.doc/release_notes.rstis amended in the format of previous release notes, including reference to the requested PR.