OpenMC/tests/unit_tests
2024-06-22 01:28:56 +00:00
..
cell_instances Hexagonal lattice iterators (#2921) 2024-06-17 21:14:12 +00:00
dagmc Fix locating h5m files references in DAGMC universes (#2842) 2024-01-16 11:12:44 -06:00
mesh_to_vtk added error checking on cylindrical mesh (#2977) 2024-06-10 21:31:00 +00:00
weightwindows Storing surface source points using a cell ID (#2888) 2024-06-19 10:11:58 -05: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_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 Implement policy for Python, C++, and CMake versions (#3035) 2024-06-17 16:00:45 -05: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.py Allow pure decay IndependentOperator (#2966) 2024-04-24 22:14:37 +00: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 Print warning if no natural isotopes when using add_element and wrote unit test (#2938) 2024-04-24 21:05:10 +00:00
test_element_wo.py removed unused imports 2022-02-11 22:36:46 +00:00
test_endf.py Added fix to cfloat_endf for length 11 endf floats (#2967) 2024-04-18 16:46:18 +00: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_filter_meshborn.py Meshborn filter (#2925) 2024-04-04 21:32:21 +00:00
test_filters.py added check for length of value passed into EnergyFilter (#2887) 2024-04-11 17:35:29 +02:00
test_geometry.py Ensure that two surfaces with different boundary type are not considered redundant (#2942) 2024-04-11 15:00:41 +02:00
test_heating_by_nuclide.py Add test for heating by nuclide 2022-06-02 15:49:10 -05:00
test_lattice.py Hexagonal Lattice Roundtrip (#3003) 2024-05-25 00:50:59 +00:00
test_lattice_discretization.py replaced ordereddict with {} (#2641) 2023-08-19 12:15:11 +00:00
test_lib.py Determine whether nuclides are fissionable in volume calc mode (#3047) 2024-06-20 09:27:49 -05: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_mesh.py added error checking on cylindrical mesh (#2977) 2024-06-10 21:31:00 +00: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 Restricted file source (#2916) 2024-05-15 15:49:04 -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 Fix #2994, non-existent path causes segmentation fault when saving plot (#3038) 2024-06-18 06:56:51 -05:00
test_plotter.py Fixing plot xs for when plotting element string reaction (#3029) 2024-06-10 12:18:04 -05:00
test_polynomials.py address comments from reviewers 2020-03-17 15:41:17 -04:00
test_region.py Generate Region Plots Directly (#2895) 2024-04-12 16:03:19 +00:00
test_settings.py Random Ray Transport (#2823) 2024-04-18 22:10:16 +00:00
test_source.py Restricted file source (#2916) 2024-05-15 15:49:04 -05:00
test_source_file.py Prepare for NumPy 2.0 (#2845) 2024-03-26 12:00:06 -04:00
test_source_mesh.py Allow MeshSource to take a 1D array of sources (#2980) 2024-05-03 14:30:49 -04:00
test_spherical_mesh.py Python mesh coordinates reorder (#2730) 2023-11-01 11:19:27 -06:00
test_stats.py Resolve warnings related to numpy 2.0 (#3044) 2024-06-19 15:47:08 -05: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 Update IsogonalOctagon to use xz basis and update tests (#3045) 2024-06-18 22:56:08 +00:00
test_surface_source_write.py Storing surface source points using a cell ID (#2888) 2024-06-19 10:11:58 -05:00
test_tallies.py Meshborn filter (#2925) 2024-04-04 21:32:21 +00:00
test_tally_multiply_density.py Storing surface source points using a cell ID (#2888) 2024-06-19 10:11:58 -05: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 Release of version 0.15.0 (#3050) 2024-06-22 01:28:56 +00:00
test_transfer_volumes.py Rename deplete.ResultsList -> deplete.Results 2022-06-03 09:04:00 -05:00
test_triggers.py Allow zero bins in tally triggers (#2928) 2024-05-02 14:00:22 +00: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