Commit graph

2599 commits

Author SHA1 Message Date
Erik B Knudsen
bb8c022d77 fail without tripping the entire test-process 2022-10-11 16:45:54 +02:00
Erik B Knudsen
2773add047 needed to avoid name clashes with other tests 2022-10-11 16:45:54 +02:00
Erik B Knudsen
a123d239dd add a check that the test input got created as intended 2022-10-11 16:44:53 +02:00
Erik B Knudsen
c21ff938c7 yet another necessary file 2022-10-11 16:44:53 +02:00
Erik B Knudsen
c93defee59 test target result 2022-10-11 16:44:53 +02:00
Erik B Knudsen
e87ebfebc2 set seed to make test deteministic 2022-10-11 16:44:53 +02:00
Erik B Knudsen
935396e40b add necessary xmls 2022-10-11 16:44:53 +02:00
erkn
b2f83857e4 now compiles fine if mcpl is indeed installed 2022-10-11 16:35:19 +02:00
erkn
c6b42e828c don't zip the output-file 2022-10-11 16:35:18 +02:00
erkn
3e805cce15 c-prog to generate a dummy mcpl 2022-10-11 16:35:18 +02:00
erkn
999acbba9a (wip): skeleton for input only test 2022-10-11 16:35:18 +02:00
Paul Romano
47ff27e77f
Merge pull request #2233 from shimwell/adding_from_domain_to_CylindricalMesh
added from domain to CylindricalMesh
2022-10-06 09:36:32 -05:00
Gavin Ridley
9a86c9c065
Merge pull request #2228 from paulromano/sourcefile-fix
Fix reading source file with time attribute
2022-10-05 14:43:20 -04:00
Jonathan Shimwell
6a9a1ad293 added phi_grid_bounds to CylindricalMesh tests 2022-10-05 11:46:00 +01:00
Jonathan Shimwell
afbd994d4f
review suggestions from Remi and Paul
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
Co-authored-by: Rémi Delaporte-Mathurin <40028739+RemDelaporteMathurin@users.noreply.github.com>
2022-10-05 08:45:59 +01:00
Jonathan Shimwell
434dc1f30d
Merge pull request #2238 from pshriwise/dag_cells_surfs
Adding properties for number of DAGMC cells and surfaces
2022-10-04 16:18:50 +01:00
Patrick Shriwise
6c698e3b88
Merge pull request #2242 from eepeterson/wwinp_reader_fix
fix wwinp reader
2022-10-03 18:58:26 -05:00
Patrick Shriwise
47488ecacb
Merge pull request #2235 from paulromano/source-rejection
Source rejection by domain (cell, material, universe)
2022-10-03 09:38:28 -05:00
Ethan Peterson
f9ba64eeb3
Update tests/unit_tests/weightwindows/test_wwinp_reader.py 2022-10-03 07:22:26 -04:00
Ethan Peterson
6bc2ee8e4f updated cyl and t wwlb for future tests 2022-10-03 07:19:58 -04:00
Ethan Peterson
4957ba240b revert to original expected ww lb 2022-10-03 07:17:07 -04:00
Ethan Peterson
1a306c4c15 rewrote ww test files 2022-10-03 07:15:02 -04:00
Patrick Shriwise
e11c42a7d5 pathlib import 2022-10-02 22:05:32 -05:00
Ethan Peterson
6fe91efd05 fixed wwinp reader tests 2022-10-02 10:45:01 -04:00
Jonathan Shimwell
46045588f5
Merge pull request #2234 from paulromano/decay-source-chain
Decay photon source functionality
2022-10-01 00:28:36 +01:00
Patrick Shriwise
d96c367331 Using pytest request path to specify dagmc file 2022-09-30 12:53:25 -05:00
Patrick Shriwise
fe90b8e220 Adding properties for number of DAGMC cells/surfaces 2022-09-29 22:04:39 -05:00
Paul Romano
2b401bc1f1
Update tests/unit_tests/test_source.py
Co-authored-by: Jonathan Shimwell <drshimwell@gmail.com>
2022-09-28 10:26:13 -05:00
Paul Romano
e0be9de086
Apply @shimwell suggestions from code review
Co-authored-by: Jonathan Shimwell <drshimwell@gmail.com>
2022-09-28 09:33:48 -05:00
Paul Romano
7815a5e02d Address @shimwell comments on #2234 2022-09-28 09:31:12 -05:00
Paul Romano
18337073f4 Fix name change on mat_to_ind, nuc_to_ind 2022-09-26 15:19:05 -05:00
Paul Romano
dd7a25c570 Add test for source rejection by domain 2022-09-26 14:20:34 -05:00
Paul Romano
89c33923c1 Add test for StepResult.get_material 2022-09-26 12:58:54 -05:00
Paul Romano
95d182b73f Add tests for decay photon source 2022-09-26 12:58:54 -05:00
Jonathan Shimwell
e63b437662 added from domain to CylindricalMesh 2022-09-26 16:11:53 +01:00
shimwell
3891cef4f1 added ability to find material names in DAG 2022-09-24 20:09:01 +01:00
Paul Romano
b2270d4aef Update reference surface source for regression test 2022-09-23 08:43:48 -05:00
Paul Romano
96753f9af0 Fix reading source file with time attribute. Closes #2223 2022-09-22 23:32:07 -05:00
Paul Romano
e535d17ae0
Merge pull request #2215 from pshriwise/eff-log
Additional interpolation types for EnergyFunctionFilter
2022-09-22 15:35:44 -05:00
Jonathan Shimwell
cbd8376238
Merge pull request #2214 from paulromano/muir-function
Replace Muir classes with muir function
2022-09-22 16:46:26 +01:00
Jonathan Shimwell
ffe336c2ef
Merge pull request #2211 from paulromano/config
Allow configuration of data sources via openmc.config
2022-09-21 16:47:20 +01:00
Adam Nelson
11f8d6eb29
Merge pull request #1916 from mkreher13/diffusion-condense
Condensing diffusion instead of transport
2022-09-20 09:00:19 -05:00
Patrick Shriwise
a6c5dd4d8a Formatting 2022-09-17 12:06:12 -05:00
Patrick Shriwise
3351918394 Adding a histogram filter test. Testing conversion from Tabulated1D for many interpolation types 2022-09-17 11:32:24 -05:00
Patrick Shriwise
3c9e359a57 Addressing some comments from @paulromano 2022-09-17 09:47:16 -05:00
Patrick Shriwise
53d3cd005f
Apply suggestions from @paulromano
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2022-09-17 09:46:33 -05:00
Paul Romano
6834e29092
Merge pull request #2217 from shimwell/adding_from_bounding_box_to_RegularMesh
added bbox class method to regular mesh
2022-09-15 06:50:20 -05:00
Jonathan Shimwell
21f1d5142b renamed tests to reg_mesh prefix 2022-09-09 17:08:40 +01:00
Jonathan Shimwell
abc2c7cd7a renamed dounding_box to domain, review suggestion 2022-09-09 16:45:49 +01:00
Jonathan Shimwell
1cfbd67659 added bbox class method to regular mesh 2022-09-09 14:47:11 +01:00