Commit graph

74 commits

Author SHA1 Message Date
John Tramm
f01852411d
Random Ray Forward Flux Save in Adjoint Mode (#3962)
Some checks are pending
Tests and Coverage / filter-changes (push) Waiting to run
Tests and Coverage / Python 3.13 (omp=n, mpi=n, dagmc=, libmesh=, event= (push) Blocked by required conditions
Tests and Coverage / Python 3.14 (omp=n, mpi=n, dagmc=, libmesh=, event= (push) Blocked by required conditions
Tests and Coverage / Python 3.14t (omp=n, mpi=n, dagmc=, libmesh=, event= (push) Blocked by required conditions
Tests and Coverage / Python 3.12 (omp=n, mpi=n, dagmc=n, libmesh=n, event=n (push) Blocked by required conditions
Tests and Coverage / Python 3.12 (omp=y, mpi=n, dagmc=n, libmesh=n, event=n (push) Blocked by required conditions
Tests and Coverage / Python 3.12 (omp=n, mpi=y, dagmc=n, libmesh=n, event=n (push) Blocked by required conditions
Tests and Coverage / Python 3.12 (omp=y, mpi=y, dagmc=n, libmesh=n, event=n (push) Blocked by required conditions
Tests and Coverage / Python 3.12 (omp=y, mpi=n, dagmc=, libmesh=y, event= (push) Blocked by required conditions
Tests and Coverage / Python 3.12 (omp=y, mpi=n, dagmc=, libmesh=, event=y (push) Blocked by required conditions
Tests and Coverage / Python 3.12 (omp=y, mpi=y, dagmc=y, libmesh=, event= (push) Blocked by required conditions
Tests and Coverage / Python 3.12 (omp=y, mpi=y, dagmc=, libmesh=y, event= (push) Blocked by required conditions
Tests and Coverage / coverage (push) Blocked by required conditions
Tests and Coverage / Check CI status (push) Blocked by required conditions
dockerhub-publish-develop / main (push) Waiting to run
dockerhub-publish-develop-dagmc-libmesh / main (push) Waiting to run
dockerhub-publish-develop-dagmc / main (push) Waiting to run
dockerhub-publish-develop-libmesh / main (push) Waiting to run
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-01 22:35:27 +02:00
Patrick Shriwise
ea6ba328c9
Fix collision track feature for photon transport (#3946)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2026-06-08 23:37:34 +00:00
Michel Saliba
cd5cd35ad9
Addition of a collision tracking feature (#3417)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2025-11-13 20:35:33 +00:00
John Tramm
4cce6ee6c0
Fix for Weight Window Scaling Bug (#3511)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2025-07-29 10:15:40 +00:00
Jonathan Shimwell
11587786e0
removed old command line scripts (#3300)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2025-02-14 22:58:30 -06:00
John Tramm
a8768b7845
FW-CADIS Weight Window Generation with Random Ray (#3273)
Co-authored-by: Olek <45364492+yardasol@users.noreply.github.com>
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2025-01-27 22:54:32 -06:00
John Tramm
5111aa2621
Random Ray Transport (#2823)
Co-authored-by: Gavin Ridley <gavin.keith.ridley@gmail.com>
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2024-04-18 22:10:16 +00:00
Paul Romano
93a0855c7f
Fix test error and deprecation warnings from numpy 1.25 (#2573) 2023-06-22 14:26:22 -04:00
Gavin Ridley
5e47f9daa4 fix failing tests, remove redundant PlotTestHarness code 2023-04-04 22:11:10 -04:00
Ethan Peterson
11e618fe81 adding export_to_xml to run and updating tests 2023-03-24 18:54:54 -04:00
Paul Romano
4783b34fe2 Fix several failing tests 2023-02-13 07:16:10 -06:00
Paul Romano
45a6b31c8f Change StatePoint.k_combined -> keff, ResultsList.get_eigenvalue -> get_keff 2022-05-02 12:09:43 -05:00
Jonathan
d91676fe1b removed unused imports 2022-02-11 22:36:46 +00:00
Patrick Shriwise
82719c0fde Updating cell instance regression test to include a higher level cell tally. 2021-07-30 10:33:19 -05:00
Paul Romano
9b499b4096
Merge pull request #1527 from pshriwise/unstructured_mesh
Unstructured Mesh - Initial implementation
2020-03-31 08:54:56 -05:00
Patrick Shriwise
72e85dd4fa Updating PyAPITestHarness to allow inputs_true file to be specified. 2020-03-26 17:02:15 -05:00
Paul Romano
cf6b67c05d Remove explicit inheritance from object for Python classes 2020-03-23 12:12:31 -05:00
John Tramm
3b9451bc73 More comment incorporation from code review. 2020-01-27 17:12:15 +00:00
John Tramm
51cec9db93 Running in event-based mode correctly, from what I can tell./ 2020-01-24 03:02:45 +00:00
Patrick Shriwise
7723fffcdf Correction to generated test input filename. 2019-12-10 15:32:34 -06:00
Paul Romano
f2a59994d6 Show colored diffs on test results when there are failures 2019-11-08 14:50:33 -06:00
Paul Romano
fa11bacde7 Update void test (allowing fixed source tests to work with PyAPITestHarness too) 2019-08-21 10:42:35 -05:00
Paul Romano
12655ea2a2 Make CMFD tests work with glibc 2.27 and 2.28 2019-04-05 14:51:10 -05:00
Shikhar Kumar
bb45f220d4 clean up CMFD testing harness, adjoint logic, use run_in_memory 2018-12-19 02:04:11 -05:00
Shikhar Kumar
5c04eb0d3b Update test suite with 2g, ng solvers 2018-12-12 12:20:48 -05:00
Shikhar Kumar
b4a2687af9 Update CMFD test suite 2018-11-24 02:09:42 -05:00
Paul Romano
8487915f2a Use ufloat for k_combined in statepoint 2018-03-15 11:02:07 -05:00
Paul Romano
b7c63be018 Use super() in Python classes in tests package 2018-02-06 13:14:17 -05:00
Paul Romano
d3d6dc87dc Remove a few more __future__ imports. Use collections.abc 2018-02-05 23:14:30 -05:00
Paul Romano
0d3845c327 Fix command-line arguments for regression tests 2018-02-05 07:35:19 -06:00
Paul Romano
740f03fce1 Use single package-level fixture for regression tests 2018-02-05 07:35:19 -06:00
Paul Romano
98d5496102 Ability to run regression tests using pytest 2018-02-05 07:35:19 -06:00
Paul Romano
126cb65113 Don't check returncode in tests 2018-01-23 07:18:33 -06:00
Paul Romano
c3aa903146 Get rid of tallies_present argument for test harness classes 2017-04-07 21:04:14 -05:00
Paul Romano
fc0c907030 Add openmc.examples module that replaces input_set.py from tests 2017-04-07 21:04:10 -05:00
Paul Romano
26e2601141 Update particle restart format and documentation 2017-02-21 21:26:25 -06:00
Paul Romano
f28a0fcdda Allow arbitrary MPI arguments in openmc.run() 2017-02-17 09:59:25 -06:00
Paul Romano
40ce4fe84d Write full Python API generated inputs to inputs_true.dat 2016-12-14 06:58:45 -06:00
Paul Romano
4cc44f9a50 Improve _cleanup method for testing harness 2016-12-14 06:56:38 -06:00
Adam Nelson
65513b2664 Changes to testing scripts to less over-subscribe Travis (3 OMP threads to 2 and 3 MPI processes to 2) 2016-10-10 09:04:57 -04:00
Sam Shaner
205eaf9760 condensed mesh filter tests into one and changed to use the python api 2016-09-19 12:40:53 -04:00
Paul Romano
aaefad9e2e Add volume calculation test 2016-08-01 10:37:00 -05:00
Adam Nelson
e201b898ed PEP8 compliance changes to the new test, testing_harness and input_set 2016-05-29 14:09:27 -04:00
Paul Romano
42ef7ccfac Add periodic boundary conditions 2016-05-11 12:10:30 -05:00
Paul Romano
cccca4062a Goodbye openmc.Executor. Hello openmc.run and openmc.plot. 2016-04-25 09:04:52 -05:00
Adam Nelson
1aa80bbac8 I think I fixed the failing tests. Travis, do your thing 2016-02-03 13:00:55 -05:00
Adam Nelson
e24a692c79 Merging in to bring up to date. 2016-02-03 10:14:04 -05:00
Paul Romano
a5f2d67892 Add a voxel plot to test_plot 2016-01-19 13:20:05 -06:00
Paul Romano
05ea729022 Use same add_tests for valgrind/coverage configurations 2016-01-19 13:20:05 -06:00
Sterling Harper
c0031d1055 Add --build-inputs option to PyAPITestHarness 2016-01-09 21:32:55 -05:00