mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Removed new variables from the statepoint python file as they are no longer read out
This commit is contained in:
parent
68312dd981
commit
18b469bfa5
1 changed files with 0 additions and 8 deletions
|
|
@ -77,10 +77,6 @@ class StatePoint(object):
|
|||
Number of batches
|
||||
n_inactive : int
|
||||
Number of inactive batches
|
||||
n_max_lost_particles : int
|
||||
Number of max lost particles
|
||||
relative_max_lost_particles : float
|
||||
Number of max lost particles, relative to the total number of particles
|
||||
n_particles : int
|
||||
Number of particles per generation
|
||||
n_realizations : int
|
||||
|
|
@ -316,10 +312,6 @@ class StatePoint(object):
|
|||
else:
|
||||
return None
|
||||
|
||||
@property
|
||||
def n_max_lost_particles(self):
|
||||
return self._f['n_max_lost_particles'][()]
|
||||
|
||||
@property
|
||||
def relative_max_lost_particles(self):
|
||||
return self._f['relative_max_lost_particles'][()]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue