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.
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
Use ENDF/B-VII.1 MC2-3 nuclide IDs #1982
Use ENDF/B-VII.1 MC2-3 nuclide IDs #1982
Changes from 17 commits
3fb09a6
04fb9e0
838015d
1ff770e
67be3f2
541334b
3adb1a9
2c1860b
28922f2
63ee9e8
0c263e6
f809b56
9c1bda0
be3baa4
b1787bb
50e10b8
760cab3
bb4167a
ce2f7f4
5ff7841
9f9c708
b6d238f
11752a6
dd6cc03
65a7273
7729139
41d554b
d5e7205
dd703be
08b30e2
f7664f8
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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 feel like
SERPENT
can be removed from this list since its not tested here. Additionally, doesn't this remove support ofENDF/B-VII.0
explicitly? It feels like there should be a setting for which library is being selected OR we should ensure that that changelog notes that this removes the backwards capability.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.
@john-science, any concerns with removing
SERPENT
from this list? We could also just make another conditional that hasSERPENT
default to theendf70Elementals
.Having a setting for the library was my original plan, but global nuclides complicates this. John and I have are hoping to implement such a setting once global nuclides are addressed (#473).
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 understand the complications of the mixed library options based on that ticket and I agree that fixing the global nuclides issue would be a reasonable resolution.
@drewejohnson originally made this setting, so I think it should be appropriate to remove at this time since there is no use for it. I am OK with keeping it as an option though and adding
endf70Elementals
on that branch or removingSERPENT
and updating the changelog.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.
Alright Jake, I added a conditional so that VII.0 elementals are used with Serpent.