Update openmc/tallies.py

```
# Variables to indicate filter bins, nuclides, and scores that can be merged
```

Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
PullRequestOpen 2019-12-06 10:18:10 -06:00 committed by GitHub
parent d535060762
commit 5b2e031475
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -674,7 +674,7 @@ class Tally(IDManagerMixin):
if equal_filters and equal_nuclides and equal_scores:
return True
# Variables to indicate filter bins which can be merged, nuclides and scores
# Variables to indicate filter bins, nuclides, and scores that can be merged
merge_filters = self._can_merge_filters(other)
merge_nuclides = self._can_merge_nuclides(other)
merge_scores = self._can_merge_scores(other)