From a9fc400863952502bad61fd73bb80993448afc74 Mon Sep 17 00:00:00 2001 From: stevendargaville Date: Thu, 13 Feb 2020 14:51:32 +0000 Subject: [PATCH] Also removed relative_max_lost_particles from statepoint python as it is not being written out --- openmc/statepoint.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/openmc/statepoint.py b/openmc/statepoint.py index a8e13efd25..84512d70e7 100644 --- a/openmc/statepoint.py +++ b/openmc/statepoint.py @@ -310,11 +310,7 @@ class StatePoint(object): if self.run_mode == 'eigenvalue': return self._f['n_inactive'][()] else: - return None - - @property - def relative_max_lost_particles(self): - return self._f['relative_max_lost_particles'][()] + return None @property def n_particles(self):