Trevor Barnes
Trevor Barnes
While this does not test the networks, the Calliope team showcase a nice way of validating all configuration files against standardized schemas, [here](https://github.com/calliope-project/euro-calliope/blob/develop/.github/workflows/schemavalidation.yaml)
Chatting with @ktehranchi, a potential way of testing workflow functionality is to: 1. For each test config, supply the existing intermediate network files 2. Generate new network files for the...
@shankarkarki - it is still open! It does feels like a few things have been discussed in this thread, that may be worth breaking out: - The testing for valid...
On the testing of the entire workflow front, [this repository](https://github.com/snakemake-workflows/rna-seq-star-deseq2) may be a good reference. They give examples on how to call different config files for their CI, and how...
dispatch will also bring in the demand timeseries, which will further simplify the plot_production graphs
I guess for variable renewable capacity factors it wont matter too much, but for dispatchable it may. Since we are using it to plot hydro cf (which I know is...
To get per-component-bus-carrier results, use: ```python StatisticsAccessor(n).capacity_factor(aggregate_time=False, groupby=get_bus_and_carrier, comps=["Generator"]) ```
I also get that this can be a task that takes a while without adding any tangible improvement to output. But it can help with troubleshooting!
Thanks for clarifying!
This will not be done!