mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
added decoding of score in statepoint.py
This commit is contained in:
parent
7670e3847e
commit
370a0f2677
1 changed files with 1 additions and 0 deletions
|
|
@ -429,6 +429,7 @@ class StatePoint(object):
|
|||
|
||||
# Add the scores to the Tally
|
||||
for j, score in enumerate(scores):
|
||||
score = score.decode()
|
||||
|
||||
# If this is a moment, use generic moment order
|
||||
regexp = re.compile(r'-n$|-pn$|-yn$')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue