Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting PyPSA benchmark instances #82

Open
jajhall opened this issue Dec 12, 2024 · 1 comment
Open

Getting PyPSA benchmark instances #82

jajhall opened this issue Dec 12, 2024 · 1 comment

Comments

@jajhall
Copy link

jajhall commented Dec 12, 2024

I've tried following the instructions on

https://github.com/open-energy-transition/solver-benchmark/blob/main/benchmarks/pypsa/README.md

but get the following error

image

Note that, although I didn't reach the line

docker run -it --entrypoint bash

I'm puzzled as to what <image-hash-from-previous-output> refers.

If relevant, I tried following

https://github.com/open-energy-transition/solver-benchmark/tree/main?tab=readme-ov-file#initial-setup

but

sudo pip install -r website/requirements.txt

was not possible since I'm on an externally managed desktop

Since I'm not intending to run benchmarks using your "system", or use the website locally, it's probably not worth trying to get ting the above to work for me, but I hope that it's useful feedback from a user

Please make the PyPSA benchmark instances available as a folder of .lp files (as we do here) and/or let me know where I can download them otherwise.

@siddharth-krishna
Copy link
Contributor

Thanks for trying it out, and for the useful feedback. I'll take a look, I suspect we need to update the patch or the pypsa-eur commit hash.

We are in the process of uploading the generated PyPSA benchmarks to Zenodo (#76 ) but in the meantime you can download the LP files from GCP buckets using the URLs in benchmark_config.yaml. For instance, the one with the suspicious integrality violation was:

- name: pypsa-eur-elec-op-ucconv
sizes:
- size: 2-24h
url: https://storage.googleapis.com/solver-benchmarks/pypsa-eur-elec-op-ucconv-2-24h.lp

(But I think our code computing integrality violation has a bug, we're working on a fix: #44 (comment))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants