| .. |
|
dagmc
|
Updating name of material in DAGMC unit test.
|
2019-10-08 14:45:36 -05:00 |
|
__init__.py
|
Respond to comments on #1330
|
2019-09-05 16:30:42 -05:00 |
|
conftest.py
|
Make sure boundary_type is passed as a keyword argument
|
2020-03-23 20:55:01 -05:00 |
|
test_cell.py
|
Apply suggestions from code review
|
2020-03-19 15:43:20 +00: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_data_decay.py
|
Add decay_energy property on Decay class and associated bug in chain.py
|
2020-10-05 15:39:20 -05:00 |
|
test_data_dose.py
|
fix energy unit conversion from Mev to eV
|
2020-09-14 11:17:09 +08:00 |
|
test_data_misc.py
|
Add function for getting naturally-occurring isotopes
|
2020-08-14 15:05:01 -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
|
Add requirement to have njoy executable before am244() in test_kerma.
|
2020-10-15 11:44:14 -05:00 |
|
test_data_photon.py
|
Made requested formatting change
|
2020-02-20 16:29:08 +00:00 |
|
test_data_thermal.py
|
Allow tests to run when OPENMC_ENDF_DATA is unset
|
2019-09-18 18:34:02 -04:00 |
|
test_deplete_activation.py
|
Parameterize tolerance for activation test
|
2020-09-17 22:19:18 -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
|
decay energy added
|
2020-05-26 17:03:09 +03:00 |
|
test_deplete_cram.py
|
Move openmc.deplete.integrator into openmc.deplete
|
2019-08-07 11:04:37 -05:00 |
|
test_deplete_fission_yields.py
|
Use tally mean in helpers rather than direct access to results
|
2020-08-03 07:38:36 -05:00 |
|
test_deplete_integrator.py
|
Change power to source_rate throughout deplete module
|
2020-08-03 07:38:35 -05:00 |
|
test_deplete_nuclide.py
|
Provide better error message if missing FPY parent is not in chain
|
2020-06-17 07:08:49 -05:00 |
|
test_deplete_operator.py
|
Add TransportOperator.write_bos_data abstract method
|
2019-08-06 17:36:22 -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
|
Refactor depletion unit tests with parametrization
|
2019-08-22 10:05:23 -05:00 |
|
test_deplete_resultslist.py
|
Require atol / rtol to be real in ResultsList.get_step_where
|
2020-12-09 08:41:46 -08:00 |
|
test_element.py
|
Address comments by @paulromano
|
2020-03-04 11:58:46 +00:00 |
|
test_element_wo.py
|
Run pytest verbosely
|
2017-12-14 10:36:28 +07:00 |
|
test_endf.py
|
Changes in data/endf.c from PullRequest Inc. review
|
2020-04-15 15:06:48 -05:00 |
|
test_filters.py
|
Model.run now returns last statepoint path rather than k_eff. Updated tests and search.
|
2020-03-27 07:47:54 -05:00 |
|
test_geometry.py
|
Implementing duplicate surface detection and removal
|
2020-01-20 09:45:44 -05:00 |
|
test_lattice.py
|
Add unit test for restricting cloning on cell regions and materials
|
2019-10-16 11:44:49 -04:00 |
|
test_lattice_discretization.py
|
Address @smharper 's review
|
2020-01-21 20:59:42 -05:00 |
|
test_lib.py
|
Address @promano comments
|
2020-06-10 20:33:11 -04:00 |
|
test_material.py
|
Merge pull request #1534 from billingsley-john/feature_add_get_elements
|
2020-03-26 17:36:06 -04:00 |
|
test_math.py
|
Change variable names in normal dist unit test
|
2020-12-23 11:27:39 -06:00 |
|
test_mesh_from_lattice.py
|
Change Python Mesh class to RegularMesh
|
2019-06-07 08:51:09 -04: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
|
Adding show_overlaps and overlap_color to Python API.
|
2019-06-14 11:15:16 -05:00 |
|
test_polynomials.py
|
address comments from reviewers
|
2020-03-17 15:41:17 -04:00 |
|
test_region.py
|
finished unit tests
|
2020-02-27 12:31:15 -05:00 |
|
test_settings.py
|
Modified the test_settings unit test for new max_lost_particles and rel_max_lost_particles to check they can be assigned/read by the python interface
|
2020-02-11 13:37:32 +00:00 |
|
test_source.py
|
added unit test for dlopen source, and changed library variable name
|
2020-02-17 15:48:12 +00:00 |
|
test_source_file.py
|
Make sure write_source_file creates filetype attribute
|
2020-10-20 14:07:45 -05:00 |
|
test_stats.py
|
Fixed some univariate/multivariate from_xml_element issues and updated unit tests
|
2019-05-22 19:26:15 -06:00 |
|
test_surface.py
|
Make sure boundary_type is passed as a keyword argument
|
2020-03-23 20:55:01 -05:00 |
|
test_surface_composite.py
|
Remove (incomplete) Box composite surface
|
2020-07-08 21:21:51 -05:00 |
|
test_transfer_volumes.py
|
Merge branch 'develop' into bug-restart-mpi
|
2019-08-07 13:50:42 -05:00 |
|
test_universe.py
|
Add unit test for restricting cloning on cell regions and materials
|
2019-10-16 11:44:49 -04:00 |