mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Determine Tally.sum, sum_sq, mean, std_dev on demand. No more read_results()!
This commit is contained in:
parent
aac5eb6f52
commit
97a7582c44
8 changed files with 67 additions and 95 deletions
|
|
@ -21,7 +21,6 @@ class SourcepointTestHarness(TestHarness):
|
|||
# Read the statepoint file.
|
||||
statepoint = glob.glob(os.path.join(os.getcwd(), self._sp_name))[0]
|
||||
sp = StatePoint(statepoint)
|
||||
sp.read_results()
|
||||
|
||||
# Get the eigenvalue information.
|
||||
outstr = TestHarness._get_results(self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue