-
Notifications
You must be signed in to change notification settings - Fork 26
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
CLI; documentation updates; parameter range exception handling #66
Merged
softwareengineerprogrammer
merged 27 commits into
NREL:main
from
softwareengineerprogrammer:main
Dec 1, 2023
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
8195aa7
Bumpversion extras_require entry
softwareengineerprogrammer 13c7ed9
Merge branch 'NREL:main' into main
softwareengineerprogrammer fafa8da
Prepare docs redirect for GEOPHIRES-X repo rename (https://github.com…
softwareengineerprogrammer 63d34f9
Merge branch 'NREL:main' into main
softwareengineerprogrammer 1105650
Bump version: 3.2.5 → 3.2.6
softwareengineerprogrammer 9162686
Test client input with non-default units (relevant to https://github.…
softwareengineerprogrammer 3914a6a
Raise ValueError instead of sys.exit when parameter outside range
softwareengineerprogrammer ff1cc9b
Bump version: 3.2.6 → 3.2.7
softwareengineerprogrammer 36d990b
Use module version in output
softwareengineerprogrammer c63dc66
Merge branch 'NREL:main' into main
softwareengineerprogrammer 20fb966
Changelog minor versions
softwareengineerprogrammer 3e7f22a
Merge branch 'NREL:main' into main
softwareengineerprogrammer 143c176
VS code contributing instructions
softwareengineerprogrammer 1789b4e
__main__.py to simplify calling from CLI; corresponding updates to RE…
softwareengineerprogrammer 89380b2
Merge branch 'NREL:main' into main
softwareengineerprogrammer f89e7fe
Remove incorrect test code comment
softwareengineerprogrammer 166bcab
Bump version: 3.2.7 → 3.2.8
softwareengineerprogrammer e1521d6
example13.txt in readme
softwareengineerprogrammer 38aeaf9
Parse CLI args with argparse
softwareengineerprogrammer 5d09215
Enable pypy311 test
softwareengineerprogrammer 715e321
Specify pypy test os (ubuntu-latest)
softwareengineerprogrammer 691b28a
'PyPy version 3.11 (x) with arch x64 not found' - try 3.9 instead
softwareengineerprogrammer dc2fe4c
See if mac pypy suffers from same scipy openblas issue
softwareengineerprogrammer 48aee09
Mac pypy fails on another compiler issue, disable it for now
softwareengineerprogrammer 64273bb
Remove unused CodeFromWanju.py and requirements.txt
softwareengineerprogrammer 950e939
Update Wanju_Yuan_Closed-Loop_Geothermal_Energy_Recovery output and i…
softwareengineerprogrammer 3c79eae
Allow almost-equal fallback for Wanju case since it apparently deviat…
softwareengineerprogrammer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 3.2.5 | ||
current_version = 3.2.8 | ||
commit = True | ||
tag = True | ||
|
||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO add running MC & HIP RA - #69