Update PRAS version used in ReEDS to 0.8.0 #47
Merged
Conversation
6339c12 to
33989e9
Compare
Contributor
|
I tested this on Mac and took the following steps to uninstall the conda version of Julia and reinstall via homebrew:
|
pesap
reviewed
Apr 21, 2026
|
I tested this on Yampa using the following setup steps:
The Pacific test case completed as expected. |
patrickbrown4
approved these changes
Apr 22, 2026
Contributor
patrickbrown4
left a comment
There was a problem hiding this comment.
We should wait to merge until we've confirmed it works on Windows, but otherwise it looks great; the explicit platform-specific docs are really helpful. Thanks a lot!
wesleyjcole
reviewed
Apr 22, 2026
Contributor
wesleyjcole
left a comment
There was a problem hiding this comment.
I tested this on Windows and it worked for me.
…nment to juliaup installation based installation on Linux and MacOS, and updating to Julia 1.12+.
7a5a43b to
29e5e70
Compare
Co-authored-by: Patrick Brown <25125211+patrickbrown4@users.noreply.github.com>
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.
Summary
Upgrading PRAS and Julia dependencies, moving Julia from conda environnment to juliaup installation based installation on Linux and MacOS, and updating to Julia 1.12+. With this change PRAS is installed from the Julia general repository and this should reduce installation issues with SSL etc.
Technical details
Implementation notes
We restrict Julia to a very specific version because of more flexibility just throwing a warning and not an error - JuliaLang/Pkg.jl#2296
Something to keep an eye out for.
Additional changes
Switches added/removed/changed
Issues resolved
#32
Known incompatibilities
Relevant sources or documentation
Charge code for review
Validation, testing, and comparison report(s)
New repo and installation procedures listed work on
Checklist for author
Details to double-check
General information to guide review
Did you use LLM tools (chatbot or copilot) in the preparation of this PR? If so, describe how
Yes. I used copilot in writing the installation instructions for Julia but verified it myself and against Julia github installation instructions.
Tag points of contact here if you would like additional review of the relevant parts of the model