| .. |
|
dagmc
|
pathlib import
|
2022-10-02 22:05:32 -05:00 |
|
mesh_to_vtk
|
EOL for test
|
2022-07-28 19:21:17 -05:00 |
|
weightwindows
|
Absolute file paths on system
|
2022-10-27 14:43:14 -05:00 |
|
__init__.py
|
Respond to comments on #1330
|
2019-09-05 16:30:42 -05:00 |
|
conftest.py
|
Moved the dummy communicator to being within openmc vice openmc.deplete, added test of model.calculate_volumes and model.deplete, fixed issues identified from those tests, and added a DLL quieting method (still needs to be propagated to integrator.integrate
|
2021-09-30 11:18:35 -05:00 |
|
test_cell.py
|
Apply suggestions from code review
|
2023-01-11 13:27:06 -08: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
|
Make sure boundary_type is passed as a keyword argument
|
2020-03-23 20:55:01 -05:00 |
|
test_config.py
|
Add tests for openmc.config
|
2022-09-07 16:46:11 -05: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
|
Rename gnd_name to gnds_name. Change GND to GNDS in comments
|
2022-12-23 00:06:50 -06: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
|
Add test for mixed elastic thermal scattering
|
2022-07-22 07:49:01 -05:00 |
|
test_deplete_activation.py
|
Change Operator --> CoupledOperator in a few places
|
2022-08-15 13:35:04 -05: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
|
Make sure Chain.reduce preserves information in the .sources attribute
|
2022-10-27 08:51:32 -05:00 |
|
test_deplete_coupled_operator.py
|
add basic unit test for initalizing CoupledOperator
|
2022-08-01 09:49:20 -05: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
|
Produce light particles from decay
|
2022-11-16 23:07:52 -06:00 |
|
test_deplete_fission_yields.py
|
Resolve a few TODOs related to Python 3.6
|
2021-07-27 22:50:28 -05:00 |
|
test_deplete_independent_operator.py
|
make changes from @paulromano's 3rd review
|
2022-07-28 17:50:06 -05:00 |
|
test_deplete_integrator.py
|
Rename deplete.ResultsList -> deplete.Results
|
2022-06-03 09:04:00 -05:00 |
|
test_deplete_microxs.py
|
remove attribute from MicroXS; specify xs values to be in barns
|
2022-08-01 12:09:21 -05:00 |
|
test_deplete_nuclide.py
|
Add a simple unittest for the FissionYield deepcopy
|
2022-09-08 02:08:18 +00: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
|
Add test for StepResult.get_material
|
2022-09-26 12:58:54 -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
|
Ensure secondary particles below energy cutoff are not created
|
2021-12-12 16:27:12 -06:00 |
|
test_filter_mesh.py
|
Add test checking that collision/tracklength estimators agree for sph/cyl mesh
|
2022-07-08 08:05:51 -05:00 |
|
test_filters.py
|
Fix EnergyFunctionFilter.from_xml_element
|
2022-10-18 12:14:15 -05:00 |
|
test_geometry.py
|
Merge pull request #2347 from shimwell/adding_get_surfaces_by_name
|
2023-01-12 14:30:54 +07:00 |
|
test_heating_by_nuclide.py
|
Add test for heating by nuclide
|
2022-06-02 15:49:10 -05:00 |
|
test_lattice.py
|
use the correct lines variables
|
2022-04-04 22:13:10 -05:00 |
|
test_lattice_discretization.py
|
Adding a few more imports back
|
2022-02-12 00:54:21 +00:00 |
|
test_lib.py
|
Allow EnergyFunctionFilter interpolation to be set from C API
|
2022-10-18 12:14:15 -05:00 |
|
test_material.py
|
Add decay heat function in material (#2287)
|
2022-11-17 22:57:01 -06:00 |
|
test_math.py
|
Update test results from new random number stream
|
2021-05-03 10:32:16 -05:00 |
|
test_mesh_from_domain.py
|
added phi_grid_bounds to CylindricalMesh tests
|
2022-10-05 11:46:00 +01:00 |
|
test_mesh_from_lattice.py
|
Change Python Mesh class to RegularMesh
|
2019-06-07 08:51:09 -04:00 |
|
test_mesh_to_vtk.py
|
Use raw f-string in test_mesh_to_vtk.py
|
2022-12-23 10:55:58 -06:00 |
|
test_model.py
|
Addressing comments from @paulromano
|
2022-12-12 21:30:05 -06:00 |
|
test_model_triso.py
|
Make surfaces take coefficients as first arguments
|
2019-09-04 15:10:53 -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
|
Add mask_components in Plots -> XML round trip unit test
|
2022-05-26 09:42:03 -05:00 |
|
test_plotter.py
|
added test for sab xs appears in xs calc
|
2023-01-05 11:16:16 +00:00 |
|
test_polynomials.py
|
address comments from reviewers
|
2020-03-17 15:41:17 -04:00 |
|
test_region.py
|
Allow inplace argument on Region.translate
|
2022-07-20 22:43:20 -05:00 |
|
test_settings.py
|
unit test and description
|
2023-01-11 14:15:37 -05:00 |
|
test_source.py
|
Update tests/unit_tests/test_source.py
|
2022-09-28 10:26:13 -05:00 |
|
test_source_file.py
|
Fix reading source file with time attribute. Closes #2223
|
2022-09-22 23:32:07 -05:00 |
|
test_stats.py
|
Change assert_sample_mean to use 4sigma CI
|
2022-10-16 12:19:12 +02: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
|
updated algorithms and documentation
|
2022-11-10 11:15:24 -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_temp_interp.py
|
Clean up comparisons and lump test cross sections
|
2022-11-02 02:23:37 +00:00 |
|
test_time_filter.py
|
Add test for TimeFilter when time intervals are effectively zero
|
2022-08-11 11:10:49 -05:00 |
|
test_torus.py
|
Change StatePoint.k_combined -> keff, ResultsList.get_eigenvalue -> get_keff
|
2022-05-02 12:09:43 -05:00 |
|
test_tracks.py
|
Rename Tracks.write_tracks_to_vtk --> Tracks.write_to_vtk
|
2022-08-16 22:09:58 -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
|
update styling
|
2022-11-30 00:59:26 +00:00 |
|
test_urr_capture.py
|
Add (currently failing) test with URR (n,gamma) reaction rate check
|
2021-02-26 14:51:21 -06:00 |