OpenMC/tests/unit_tests
2024-03-26 12:00:06 -04:00
..
dagmc Fix locating h5m files references in DAGMC universes (#2842) 2024-01-16 11:12:44 -06:00
mesh_to_vtk Allowing CylindricalMesh and SphericalMesh to be fully made via constructor+ type hints (#2619) 2023-08-05 16:16:42 -04:00
weightwindows Adding ability to set additional ww attrs from openmc.lib (#2609) 2023-07-22 21:18:46 +01:00
__init__.py Respond to comments on #1330 2019-09-05 16:30:42 -05:00
conftest.py Python source class refactor (#2524) 2023-06-20 21:27:55 -05:00
test_bounding_box.py Implemented contains for BoundingBox containing other BoundingBox (#2906) 2024-03-21 14:22:35 -05:00
test_cell.py Move 'import lxml' to third-party block of imports (#2803) 2023-12-13 14:11:32 +00:00
test_cell_instance.py Add cell instance test with duplicated lattice 2022-03-09 17:16:17 -06:00
test_complex_cell_bb.py Python source class refactor (#2524) 2023-06-20 21:27:55 -05:00
test_config.py Add tests for openmc.config 2022-09-07 16:46:11 -05:00
test_cylindrical_mesh.py Python mesh coordinates reorder (#2730) 2023-11-01 11:19:27 -06:00
test_data_decay.py Address @shimwell comments on #2234 2022-09-28 09:31:12 -05:00
test_data_dose.py fix energy unit conversion from Mev to eV 2020-09-14 11:17:09 +08:00
test_data_kalbach_mann.py Apply @JoffreyDorville suggestions from code review 2022-07-13 11:09:35 -05:00
test_data_misc.py Change DataLibrary to behave like list and add remove_by_material method 2023-04-11 13:33:11 -05:00
test_data_multipole.py added log=True in multipole generation tests 2020-10-14 11:11:40 +08:00
test_data_neutron.py Fix IncidentNeutron.from_njoy for high temperatures 2022-12-05 23:11:20 -06:00
test_data_photon.py Made requested formatting change 2020-02-20 16:29:08 +00:00
test_data_thermal.py Python source class refactor (#2524) 2023-06-20 21:27:55 -05:00
test_deplete_activation.py Make sure FluxCollapseHelper loads missing nuclide data (#2694) 2023-09-15 13:19:11 -04:00
test_deplete_atom_number.py Some refactoring of AtomNumber. Get rid of burn_mat_to_ind 2018-02-19 16:49:45 -06:00
test_deplete_chain.py Ensure that Model.run() works when specifying a custom XML path (#2889) 2024-03-11 22:35:32 -05:00
test_deplete_coupled_operator.py Export model.tallies to XML in CoupledOperator (#2840) 2024-01-23 06:53:11 -06:00
test_deplete_cram.py Move openmc.deplete.integrator into openmc.deplete 2019-08-07 11:04:37 -05:00
test_deplete_decay_products.py Refactor MicroXS class and usage in IndependentOperator (#2595) 2023-08-31 10:55:21 -04:00
test_deplete_fission_yields.py Add RectangularPrism and HexagonalPrism composite surfaces (#2739) 2023-11-01 09:13:40 -05:00
test_deplete_independent_operator.py added check to length of input args for IndependantOperator (#2799) 2023-12-12 23:37:53 +00:00
test_deplete_integrator.py Prepare for NumPy 2.0 (#2845) 2024-03-26 12:00:06 -04:00
test_deplete_microxs.py microxs from mg flux and chain file (#2755) 2023-12-21 21:21:14 -06:00
test_deplete_nuclide.py Ensure that Model.run() works when specifying a custom XML path (#2889) 2024-03-11 22:35:32 -05:00
test_deplete_operator.py Remove use of _find_chain_file in test_deplete_operator.py 2022-09-08 10:50:21 -05:00
test_deplete_reaction.py Fix broken tests on Py3.4, 3.5 2018-02-20 09:30:50 -06:00
test_deplete_restart.py Rename deplete.ResultsList -> deplete.Results 2022-06-03 09:04:00 -05:00
test_deplete_resultslist.py fix unit conversion in openmc.deplete.Results.get_mass (#2761) 2023-11-09 07:13:30 -06:00
test_deplete_transfer_rates.py Ensure that property setters are used in CylindricalMesh and SphericalMesh (#2709) 2023-09-26 22:17:49 -05:00
test_element.py Address comments by @paulromano 2020-03-04 11:58:46 +00:00
test_element_wo.py removed unused imports 2022-02-11 22:36:46 +00:00
test_endf.py Changes in data/endf.c from PullRequest Inc. review 2020-04-15 15:06:48 -05:00
test_energy_cutoff.py Python source class refactor (#2524) 2023-06-20 21:27:55 -05:00
test_filter_mesh.py Add RectangularPrism and HexagonalPrism composite surfaces (#2739) 2023-11-01 09:13:40 -05:00
test_filters.py Add RectangularPrism and HexagonalPrism composite surfaces (#2739) 2023-11-01 09:13:40 -05:00
test_geometry.py adding get_all_nuclides method to geometry class (#2796) 2023-12-12 22:58:17 +00:00
test_heating_by_nuclide.py Add test for heating by nuclide 2022-06-02 15:49:10 -05:00
test_lattice.py Move 'import lxml' to third-party block of imports (#2803) 2023-12-13 14:11:32 +00:00
test_lattice_discretization.py replaced ordereddict with {} (#2641) 2023-08-19 12:15:11 +00:00
test_lib.py Add openmc_mesh_get_volumes C API function (#2869) 2024-02-13 06:44:05 -06:00
test_lost_particles.py Limit number of lost particles written to disk. (#2688) 2023-09-25 20:12:04 -05:00
test_material.py Clip low-importance points from discrete distributions (#2715) 2023-09-29 21:13:19 -04:00
test_math.py Update test results from new random number stream 2021-05-03 10:32:16 -05:00
test_mesh.py Add bounding_box property to RectilinearMesh and UnstructuredMesh (#2861) 2024-01-30 21:24:30 -06:00
test_mesh_from_domain.py Making z-grid relative to the mesh origin in from_domain. (#2710) 2023-09-27 18:46:53 +00:00
test_mesh_from_lattice.py Change Python Mesh class to RegularMesh 2019-06-07 08:51:09 -04:00
test_mesh_tets.e Separating tests into unit and regression tests. 2022-12-29 09:23:14 -06:00
test_model.py Ensure that Model.run() works when specifying a custom XML path (#2889) 2024-03-11 22:35:32 -05:00
test_model_triso.py Make surfaces take coefficients as first arguments 2019-09-04 15:10:53 -05:00
test_no_visible_boundary.py Add RectangularPrism and HexagonalPrism composite surfaces (#2739) 2023-11-01 09:13:40 -05:00
test_pin.py Changes in model/funcs.py from PullRequest Inc. review 2020-04-01 14:13:01 -05:00
test_plots.py XML read fixes in Plot classes (#2623) 2023-07-25 09:40:52 -04:00
test_plotter.py Adding energy axis units to plot xs (#2876) 2024-02-29 01:31:54 +00:00
test_polynomials.py address comments from reviewers 2020-03-17 15:41:17 -04:00
test_region.py Bug fix in Region.from_expression during tokenization (#2733) 2023-10-20 10:04:05 -04:00
test_settings.py Apply Weight Window Upon Surface Crossing (#2670) 2023-09-26 05:03:49 +00:00
test_source.py Python source class refactor (#2524) 2023-06-20 21:27:55 -05:00
test_source_file.py Prepare for NumPy 2.0 (#2845) 2024-03-26 12:00:06 -04:00
test_source_mesh.py Mesh Source Class (#2759) 2023-12-02 17:35:23 +00:00
test_spherical_mesh.py Python mesh coordinates reorder (#2730) 2023-11-01 11:19:27 -06:00
test_stats.py Prepare for NumPy 2.0 (#2845) 2024-03-26 12:00:06 -04:00
test_surface.py Add TorusMixin.rotate method that can handle simple rotations 2021-12-29 10:37:54 -05:00
test_surface_composite.py Cylindrical prism with optional filleted edges (#2309) 2023-07-18 12:11:06 -05:00
test_tallies.py moved test out of python API into C++ API. modeled after test that adds a new tally. TODO add a test that tries to delete an invalid ID 2022-08-11 14:03:21 -05:00
test_tally_multiply_density.py New multiply_density option on tallies (#2539) 2023-06-09 08:24:00 -04:00
test_temp_interp.py Fix bug in selecting data temperatures to read with temperature interpolation (#2734) 2023-10-30 07:30:04 -05:00
test_time_filter.py Python source class refactor (#2524) 2023-06-20 21:27:55 -05:00
test_torus.py Python source class refactor (#2524) 2023-06-20 21:27:55 -05:00
test_tracks.py Python source class refactor (#2524) 2023-06-20 21:27:55 -05:00
test_transfer_volumes.py Rename deplete.ResultsList -> deplete.Results 2022-06-03 09:04:00 -05:00
test_triggers.py Adding tests for tally triggers. 2023-01-05 16:04:33 -06:00
test_universe.py Move 'import lxml' to third-party block of imports (#2803) 2023-12-13 14:11:32 +00:00
test_urr_capture.py Python source class refactor (#2524) 2023-06-20 21:27:55 -05:00
test_volume.py Skip BC check for volume calculations (#2743) 2023-10-23 22:50:21 +00:00