3 files changed
+5
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 |
| |
11 | 14 |
| |
12 | 15 |
| |
|
- .github/actions/build-test/action.yml+44
- .github/actions/login-buildx-cache/action.yml-31
- .github/workflows/build_test.yml+28-70
- .github/workflows/docker_publish.yml+87-237
- .github/workflows/install_script.yml+35
- .github/workflows/virtualbox_image.yml+101
- CHANGELOG.rst+20-5
- docker/ubuntu_20.04-dev.dockerfile-165
- docker/ubuntu_22.04-dev.dockerfile+176
- docs/devsguide/testing.rst+6-6
- pyne/dagmc.pyx+1-1
- pyne/endf.pyx+2-1
- pyne/mesh.py+12-11
- pyne/openmc_utils.py+1-1
- pyne/utils.py+26-20
- pyne/xs/cache.py+2-2
- pyne/xs/channels.py+5-5
- pyne/xs/data_source.py+1
- readme.rst+9-9
- scripts/ubuntu.sh+241
- src/data.cpp+12-12
- src/enrichment.cpp+2-2
- src/material.cpp+3-3
- src/rxname.cpp+13
- src/utils.h-12
- tests/ci-run-tests.sh+3-3
- tests/test_ace.py+37-37
- tests/test_activation_responses.py+20-17
- tests/test_ahot.py+2-7
- tests/test_alara.py+56-59
- tests/test_binaryreader.py+4-6
- tests/test_bins.py+13-26
- tests/test_cccc.py+22-23
- tests/test_cram.py+62-68
- tests/test_dagmc.py+76-72
- tests/test_data.py+129-150
- tests/test_data_checksums.py+13-21
- tests/test_data_nofile.py+10-14
- tests/test_decay.py+2-15
- tests/test_dtypes.py-14
- tests/test_endf.py+16-22
- tests/test_endl.py-5
- tests/test_enrichment.py+106-123
- tests/test_ensdf.py+16-24
- tests/test_ensdf_processing.py+13-16
- tests/test_fispact.py+80-82
- tests/test_fluka.py+58-62
- tests/test_fortran.py+23-37
- tests/test_jsoncpp.py+144-156
- tests/test_material.py+664-697
- tests/test_material_data_external.py+6-13
- tests/test_material_data_internal.py+6-13
- tests/test_materials_library.py+26-37
- tests/test_mcnp.py+301-339
- tests/test_mesh.py+108-124
- tests/test_nucname.py+370-410
- tests/test_openmc_utils.py+28-31
- tests/test_origen22.py+173-191
- tests/test_particle.py+59-75
- tests/test_partisn.py+72-67
- tests/test_r2s.py+34-31
- tests/test_rxname.py+122-134
- tests/test_serpent.py+22-23
- tests/test_source.py+6-23
- tests/test_source_sampling.py+72-90
- tests/test_spectrometry.py+51-55
- tests/test_stlcontainers.py+188-202
- tests/test_tally.py+65-87
- tests/test_transmuters.py+4-10
- tests/test_tutorial_notebooks.py+2-15
- tests/test_utils.py+76-85
- tests/test_variancereduction.py+3-4
- tests/transmute/test_chainsolve.py+9-28
- tests/xs/test_cache.py+14-21
- tests/xs/test_channels.py+25-31
- tests/xs/test_data_source.py+20-27
- tests/xs/test_models.py+31-37
- tutorial/00-intro.ipynb+35-33
- tutorial/01-nuclide-naming.ipynb+15-13
- tutorial/02-materials.ipynb+219-153
- tutorial/03-nuclear-data.ipynb+297-124
- tutorial/04-reaction_names.ipynb+43-93
- tutorial/05-cross-sections.ipynb+148-147
- tutorial/06-transmutation.ipynb+25-55
- tutorial/07-mesh-basics.ipynb+104-98
- tutorial/09-outro.ipynb+4-1
- tutorial/10-spatial-solver.ipynb+729-691
0 commit comments