Fix bug with source_present

This commit is contained in:
Paul Romano 2015-09-16 18:48:28 +07:00
parent 0b9aa2815b
commit c99c1f1870

View file

@ -314,7 +314,7 @@ class StatePoint(object):
@property
def source_present(self):
return self._f['source_present'] > 0
return self._f['source_present'].value > 0
@property
def tallies(self):