-
Notifications
You must be signed in to change notification settings - Fork 135
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
Serpent Interface Upgrade #2290
Merged
Merged
Changes from 21 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
0d84018
serpent modifications
alfoa 0e17293
fixed subdomain statistics
alfoa 466dd41
Updated Serpent Interface to use serpent tools and parse new output f…
alfoa 5ad99b2
fixed error msg
alfoa 2b35e6b
Merge branch 'devel' into alfoa/serpentModifications
alfoa 72a3550
new utility script
alfoa c22bffe
fixed parser
alfoa 9b7dda6
added documentation
alfoa 7aa3706
updated test
alfoa f8e30fe
removed bumat
alfoa 7aae099
remove iso file
alfoa 765edc8
new input
alfoa c55ead7
Merge branch 'devel' into alfoa/serpentModifications
alfoa 44f1d32
Merge branch 'devel' into alfoa/serpentModifications
alfoa 1d96034
added EOL if burn up calc
alfoa 8015339
added eol
alfoa 3bc7b3f
modified reactivity
alfoa 33afc32
added tests
alfoa 23f3159
in utils only python 2 syntax is allowed
alfoa b24408b
fixed typo
alfoa 80e1659
still some python3 syntax in utils that is not allowed in regression …
alfoa 3c09227
Update ravenframework/CodeInterfaceClasses/SERPENT/utilityForCreating…
alfoa b2b4d78
Update ravenframework/CodeInterfaceClasses/SERPENT/SerpentInterface.py
alfoa e9c986d
Apply suggestions from code review
alfoa 2657cfa
removed file of iso list that is not used anymore
alfoa a4f9151
Merge branch 'alfoa/serpentModifications' of github.com:idaholab/rave…
alfoa ec32028
Added doc for EOL parameter
alfoa 6190b85
addressed Wang's comments
alfoa a5b2cd7
add optional to pip
alfoa 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
Large diffs are not rendered by default.
Oops, something went wrong.
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.
I kind do not like the naming here, but I do not have a better suggestion here.
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.
maybe eolTarget?
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.
yeah. EOL is the acronym for "End Of Life". I changed it following your suggestion above.