mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
fixed typo in tally slice merge test comment
This commit is contained in:
parent
a73e7529ab
commit
9d55caf5c0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue