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
It appears that some configuration of the workflow are not captured by CI.
For example, recent bugs in augmented_line_connections have been obvious with run_tests but were not found by CI, as reported by @finozzifa when working on #1011 and #1013.
Currently augmentation is not used in the tutorial:
As a comment, it would be also great to use both AC and DC representations in CI tests. Although, DC part is a bit tricky as it requires adding new data to the tutorial.
It appears that some configuration of the workflow are not captured by CI.
For example, recent bugs in
augmented_line_connections
have been obvious withrun_tests
but were not found by CI, as reported by @finozzifa when working on #1011 and #1013.Currently augmentation is not used in the tutorial:
pypsa-earth/config.tutorial.yaml
Lines 63 to 64 in 3f3a32f
But it's switched-on in
custom.config
which should be used to build a test configuration:pypsa-earth/test/config.custom.yaml
Lines 19 to 20 in 3f3a32f
Describe the feature you'd like to see
Would be great to ensure that CI runs all the rules.
The text was updated successfully, but these errors were encountered: