added decoding of score in statepoint.py

This commit is contained in:
Sam Shaner 2015-10-21 12:04:54 -04:00
parent 7670e3847e
commit 370a0f2677

View file

@ -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$')