https://github.com/fneum/highs-pypsa-progress
Progress tracker of HiGHS performance in PyPSA problems
https://github.com/fneum/highs-pypsa-progress
Last synced: about 1 year ago
JSON representation
Progress tracker of HiGHS performance in PyPSA problems
- Host: GitHub
- URL: https://github.com/fneum/highs-pypsa-progress
- Owner: fneum
- License: mit
- Created: 2023-02-23T17:44:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T07:28:49.000Z (almost 2 years ago)
- Last Synced: 2024-08-21T09:29:45.733Z (almost 2 years ago)
- Language: Python
- Homepage: https://fneum.github.io/highs-pypsa-progress
- Size: 106 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Continuous HiGHS Benchmark
This workflow runs small benchmark cases for solving
[PyPSA](https://pypsa.readthedocs.io) networks with the
[HiGHS](https://highs.dev) solver. The test case is a small single-node capacity
expansion model for a 100% renewable electricity system with exogenous demand,
wind and solar generation, battery storage and hydrogen storage. The temporal
resolution is currently varied from 2-hourly to 6-hourly resolution for a full
year.
The benchmark is automatically executed for **all** available HiGHS versions on
[PyPI]("https://pypi.org/pypi/highspy") every Tuesday at 5 AM and the results
are subsequently deployed to https://fneum.github.io/highs-pypsa-progress/.
## Run Locally
```sh
mamba create -n highs python=3.10 pip
mamba activate highs
pip install -r requirements.txt
snakemake -j1 -F
```
## License
MIT