fixed typo in tally slice merge test comment

This commit is contained in:
Sam Shaner 2016-07-07 16:19:30 -04:00
parent a73e7529ab
commit 9d55caf5c0

View file

@ -168,7 +168,7 @@ class TallySliceMergeTestHarness(PyAPITestHarness):
sum2 = mesh_tally.summation(filter_type='mesh',
filter_bins=[(2,1,1), (2,2,1)])
# Merge the distribcell tally slices
# Merge the mesh tally slices
merge_tally = sum1.merge(sum2)
# Append merged Tally Pandas DataFrame to output string