Skip to content

Commit

Permalink
remove accidental batch change
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilnovak committed Jul 9, 2024
1 parent 19f06df commit 43dce78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

# Finally, define some run settings
settings = openmc.Settings()
settings.batches = 50
settings.batches = 20
settings.inactive = 10
settings.particles = 100

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<settings>
<run_mode>eigenvalue</run_mode>
<particles>100</particles>
<batches>50</batches>
<batches>20</batches>
<inactive>10</inactive>
<source particle="neutron" strength="1.0" type="independent">
<space type="box">
Expand Down

0 comments on commit 43dce78

Please sign in to comment.