-
Notifications
You must be signed in to change notification settings - Fork 621
Add properties to settings w/ documentation, c++ loading of filename, and python round-trip test #3808
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
Open
gonuke
wants to merge
37
commits into
openmc-dev:develop
Choose a base branch
from
gonuke:properties_in_settings
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add properties to settings w/ documentation, c++ loading of filename, and python round-trip test #3808
Changes from 30 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
8b1b8dc
add properties file path to settings
gonuke 8713fe9
add flags to indicate which properties to read from properties file
gonuke 76c258e
Add new XML reading method to check existence of file path
gonuke 0a7636b
add flags for which properties to read from file
gonuke 9942d78
read properties file after other initialization
gonuke 886c641
propagate boolean for property reads into C API and related python calls
gonuke fd1594a
propagate read properties flags to cells
gonuke 5852ec0
propagate read properties flags to material
gonuke a9b3f28
add new booleans to header
gonuke 1b78b84
apply clang formatting
gonuke cc10db6
fix formatting
gonuke cf9a27e
manually fix clang-format inconsistency
gonuke 4f796fb
fix string to char* conversion
gonuke 6a862b6
declare new XML reader
gonuke cfcbfc2
add missing semi-colon and guess at formatting
gonuke fb22bba
add default value to signature
gonuke 9a20d6e
clang-format-15
gonuke 015df87
add file_utils to xml_interface
gonuke d8c92fd
back away from new XML reader for valid file paths
gonuke 99ca76f
Improve documentation
gonuke a86f00e
switch to C++ error handling
gonuke 5474147
cleanup lib call tests
gonuke 902e749
add temporary file for testing
gonuke a62b545
don't convert back to string in test
gonuke c7a8090
Don't generate file, but do test against Path
gonuke ebbdc1a
abbreviate names
gonuke 6355305
update documentation
gonuke 19abae7
cleanup comments and error messages
gonuke 1726602
simplify early exit logic
gonuke 0e9eea3
style update
gonuke 41317cf
read the properties in the right place
gonuke cde42e1
unwind fine-grained import booleans
gonuke 17aa7ef
Adding manual test for properties load via settings
pshriwise 86ec40c
Abandoning the test fixture as it adds complexity
pshriwise 14df979
Altering TemporarySession intracomm handling for cleaner testing
pshriwise bcea94f
Test code cleanup
pshriwise 6ad63cd
Merge pull request #1 from pshriwise/properties_in_settings
gonuke 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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.