feat: Add ot-sim/pandapower image#25
Merged
cmulk merged 2 commits intosandialabs:mainfrom Mar 28, 2026
Merged
Conversation
cmulk
requested changes
Mar 27, 2026
Contributor
cmulk
left a comment
There was a problem hiding this comment.
Please also squash commits, e.g.:
git reset 2e1e1c7973237fec96886b4edeb4b5b6dff3a289 --soft
git commit -m "feat: add ot-sim image"
git push --force
| # Build ot-sim.qc2 -- Ubuntu Focal, OTSim, Pandas, | ||
| ot-sim: | ||
| @$(CHECK_IMAGE) | ||
| @$(PHENIX) image create -r focal -T $(CURDIR)/scripts/ot-sim.sh $(UBUNTU_MIRROR) $(COMPRESS) $(@) |
Contributor
There was a problem hiding this comment.
can this be bumped up to jammy?
Contributor
Author
There was a problem hiding this comment.
The pydnp3 library utilized by otsim only supported up to ubuntu 20 focal, and I have not gotten it working on Ubuntu 22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding OT-Sim Image
Description
Added
ot-sim.qc2image for support of OT-Sim integration, image comes with Helics, OT-Sim, Pandas, PyPower. Pushing for reproducibility and use in ot-sim integrations to SCEPTRE.Type of Change
Please select the type of change your pull request introduces:
Checklist
Additional Notes
None