diff --git a/openmc/tallies.py b/openmc/tallies.py index 6ac1e37690..ff44f3135b 100644 --- a/openmc/tallies.py +++ b/openmc/tallies.py @@ -2137,8 +2137,6 @@ class Tally(object): new_tally._mean = None new_tally._std_dev = None - # FIXME: Reorder nuclides, scores, filters - # SCORES if scores: score_indices = []