Skip to content

Commit

Permalink
Update depletion regression test results
Browse files Browse the repository at this point in the history
  • Loading branch information
paulromano committed Jun 16, 2023
1 parent 2537a96 commit a6e5e61
Show file tree
Hide file tree
Showing 15 changed files with 642 additions and 650 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions tests/regression_tests/deplete_with_transfer_rates/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ def model():
geometry = openmc.Geometry([cell_f, cell_w])

settings = openmc.Settings()
settings.particles = 100
settings.particles = 500
settings.inactive = 0
settings.batches = 10
settings.batches = 2

return openmc.Model(geometry, materials, settings)

Expand Down
1,288 changes: 640 additions & 648 deletions tests/regression_tests/deplete_with_transport/last_step_reference_materials.xml

Large diffs are not rendered by default.

Binary file modified tests/regression_tests/deplete_with_transport/test_reference.h5
Binary file not shown.

0 comments on commit a6e5e61

Please sign in to comment.