Skip to content

Commit

Permalink
fix slab_ce and source_file regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhamv committed Aug 14, 2024
1 parent 62f4dfb commit 8c214a4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified test/regression/slab_ce/answer.h5
Binary file not shown.
2 changes: 1 addition & 1 deletion test/regression/slab_ce/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
# Set tally, setting, and run mcdc
# =============================================================================

mcdc.tally(scores=["flux"], x=np.linspace(0.0, 2.0, 21), E=np.array([0.0, 1.0, 20e6]))
mcdc.tally.mesh_tally(scores=["flux"], x=np.linspace(0.0, 2.0, 21), E=np.array([0.0, 1.0, 20e6]))
mcdc.setting(N_particle=1e3)
mcdc.run()
Binary file modified test/regression/source_file/answer.h5
Binary file not shown.
2 changes: 1 addition & 1 deletion test/regression/source_file/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# =============================================================================

# Tally
mcdc.tally(
mcdc.tally.mesh_tally(
scores=["flux"],
x=np.linspace(0.0, 5.0, 51),
t=np.linspace(0.0, 5.0, 51),
Expand Down

0 comments on commit 8c214a4

Please sign in to comment.