create a new pixi task workflow_test, that can be executed locally. It should execute ALL of the following cli statements:
python workflow.py --config pypsa_validation_processing/configs/config.country-timeseries.yaml
python workflow.py --config pypsa_validation_processing/configs/config.country-year.yaml
python workflow.py --config pypsa_validation_processing/configs/config.region-timeseries.yaml
python workflow.py --config pypsa_validation_processing/configs/config.region-year.yaml
pytest tests/ -v
the task should execute all of the statements, one after another. The idea behind that is, to check, if new functions are valid for all possible time and regional scalings.
create a new pixi task
workflow_test, that can be executed locally. It should execute ALL of the following cli statements:the task should execute all of the statements, one after another. The idea behind that is, to check, if new functions are valid for all possible time and regional scalings.