pypsa-meets-earth / pypsa-distribution

GNU General Public License v3.0
10 stars 8 forks source link

Add rule to clean workflow output #17

Closed ekatef closed 11 months ago

ekatef commented 12 months ago

Closes #14

Changes proposed in this Pull Request

Added a simple rule to remove output of the workflow which may be useful to avoid messing-up data for different configurations.

Checklist

ekatef commented 12 months ago

I consent to the release of this PR's code under the AGPLv3 license and non-code contributions under CC0-1.0 and CC-BY-4.0 ;) Probably, it makes sense to add this to a PR template

ekatef commented 12 months ago

Currently, clean rule removes resources/demand/microgrid_load.csvwhich is actually tracked by git, but is also calculated by build_demand. Not sure if that is a desirable behaviour for a cleaning rule, and happy to find workaround.