mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Merge pull request #1011 from lindsayad/tally-sum-sq-1010
Consistently check derived for sum and sum_sq in tallies
This commit is contained in:
commit
0ea787fccf
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ class Tally(IDManagerMixin):
|
|||
|
||||
@property
|
||||
def sum_sq(self):
|
||||
if not self._sp_filename:
|
||||
if not self._sp_filename or self.derived:
|
||||
return None
|
||||
|
||||
if not self._results_read:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue