mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Consistently check derived for sum and sum_sq in tallies. Closes #1010
This commit is contained in:
parent
cacde822f9
commit
2e6b40cb1b
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