Skip to content

Create local workflow testing pixi task #49

@maxnutz

Description

@maxnutz

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.

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions