Skip to content

Commit

Permalink
added improved regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
shac170 committed Mar 8, 2025
1 parent 132bc2a commit f759a1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/regression/azurv1_ww/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,20 @@
active_bank_buff=1e4,
census_bank_buff=1e3,
source_bank_buff=1e3,
N_batch = 5,
N_batch=5,
)
mcdc.time_census(np.linspace(0.0, 20.0, 21)[1:], tally_frequency=1)
'''
"""
mcdc.weight_window(
x=np.linspace(-20.5, 20.5, 202),
method="previous",
modifications=[["min-center", 1e-3]],
width=2.5,
save_ww_data=True,
)
'''
"""
mcdc.population_control()
# Run
mcdc.run()
# Combine the tally output into a single file
mcdc.recombine_tallies()
mcdc.recombine_tallies()

0 comments on commit f759a1d

Please sign in to comment.