mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Fixed small bug in test_tally_assumesep
This commit is contained in:
parent
dc47763f66
commit
909913e250
2 changed files with 3 additions and 3 deletions
|
|
@ -23,7 +23,7 @@ results2 = sp.tallies[1].results
|
|||
shape2 = results2.shape
|
||||
size2 = (np.product(shape2))
|
||||
results2 = np.reshape(results2, size2)
|
||||
results3 = sp.tallies[1].results
|
||||
results3 = sp.tallies[2].results
|
||||
shape3 = results3.shape
|
||||
size3 = (np.product(shape3))
|
||||
results3 = np.reshape(results3, size3)
|
||||
|
|
|
|||
|
|
@ -7,5 +7,5 @@ tally 2:
|
|||
3.372300E+00
|
||||
2.331937E+00
|
||||
tally 3:
|
||||
3.372300E+00
|
||||
2.331937E+00
|
||||
4.802737E+01
|
||||
4.730991E+02
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue