Commit graph

537 commits

Author SHA1 Message Date
Paul Romano
06f025dc36 Modify test_complex_cell to include a cell whose region specification includes
both the negative and positive half-space of a surface
2015-12-04 13:29:38 -06:00
Adam Nelson
ff4a4f1188 Merge pull request #500 from paulromano/cleanup
General clean-up and a few performance improvements
2015-11-21 07:40:17 -05:00
Paul Romano
110ad16a8d Merge pull request #499 from wbinventor/mgxs-pandas-groups
Hotfix for group indices in MGXS Pandas DataFrames
2015-11-12 13:14:48 -06:00
Will Boyd
b3646f871b Removed test_track_output/results_test.dat and added to .gitignore 2015-11-12 13:29:37 -05:00
Will Boyd
3ff40987c0 Refactored MGXS.get_pandas_dataframe(...) group indices for energyout filters 2015-11-11 14:07:31 -05:00
Paul Romano
441fd4f00d Don't pre-compute kappa-fission cross sections.
This also fixes a bug in the kappa-fission score. Before, kappa-fission was
computed as Q*fission, but this was done before URR cross sections were
determined. Thus, if fission changed in calculate_urr_xs, this wasn't reflected
in the kappa-fission score. Now, since it is all done at tally-time, there is no
inconsistency.
2015-11-11 08:39:13 -06:00
Sam Shaner
cfae3d2c2c fixed output of inverse velocity test 2015-11-10 13:50:42 -05:00
Sam Shaner
92e2a16b01 fixed inverse velocity and delayed nu fission score tests 2015-11-10 11:50:17 -05:00
Will Boyd
64d152c0b6 Updated test suite with correct nu-scatter matrix results for openmc.mgxs module 2015-11-01 22:00:47 -05:00
Will Boyd
046f80c309 Updated test suite for new tally ordering in MGXS module 2015-10-28 12:24:38 -04:00
Will Boyd
4c18f5b826 Made MGXS subclasses call compute_xs from load_from_statepint 2015-10-28 11:42:19 -04:00
Will Boyd
3a33f25501 Merge remote-tracking branch 'upstream/develop' into mgxs 2015-10-27 17:52:43 -04:00
Will Boyd
e230ad3c8a Fixed merge conflict with develop 2015-10-26 00:11:37 -04:00
Sam Shaner
4900efecc2 Merge remote-tracking branch 'upstream/develop' into velocity-tally 2015-10-25 17:49:01 -04:00
Paul Romano
8adce7670b Merge pull request #368 from samuelshaner/delayed-tallies
Delayed nu fission score and delayed group filter
2015-10-25 16:45:25 -05:00
Will Boyd
5e5a423b32 Merge branch 'develop' into mgxs 2015-10-24 10:14:14 -04:00
Sam Shaner
8cb4f8163c Merge remote-tracking branch 'origin/delayed-tallies' into velocity-tally 2015-10-22 21:05:58 -04:00
Sam Shaner
deccc6a82d updated tests so input files are generated with openmc API 2015-10-22 21:00:45 -04:00
Sam Shaner
b13061b5c0 added inverse-velocity score and accompanying tests 2015-10-22 18:39:49 -04:00
Will Boyd
c8ec70946d Removed print debug statements from test suite 2015-10-21 08:31:05 -04:00
Will Boyd
b92aaf5d10 All sorting of materials/cells/universes is now done by ID in Python API 2015-10-21 00:28:41 -04:00
Sam Shaner
0b7ee32a88 fixed values id delayedgroup and delayed-nu-fission tests 2015-10-13 11:13:40 -04:00
Sam Shaner
62ed2f1e41 updatd score delayed nu fission test 2015-10-12 15:01:21 -04:00
Sam Shaner
4a6ac46d9a fixed merge conflicts with upstream develop 2015-10-12 14:17:40 -04:00
Will Boyd
9bc0e8e843 Made the GeometryFile.create_xml_file() clear the WRITTEN_IDS global dict 2015-10-12 11:11:15 -04:00
Will Boyd
3e436eb2d2 Added option to print the logfile for failing tests per @smharper recommendation 2015-10-12 10:17:33 -04:00
Will Boyd
178fb2bff5 Added tests for MGXS Library HDF5 export and energy group condensation 2015-10-11 02:46:27 -04:00
Will Boyd
bfdcc1eabd Now using all OrderedDicts in Python API for input reproducibility. Added tests for MGXS Library with/without nuclides 2015-10-11 02:07:29 -04:00
Paul Romano
8fdc5fbba1 Add test for quadric surface and fix bug in distance calculation.
Also remove reflective cone, cylinder, and sphere tests since they are covered
in the new test here.
2015-10-09 15:14:25 +07:00
Adam Nelson
01cf738f12 Addressed PR comments 2015-10-07 20:06:44 -04:00
Adam Nelson
d462a1717e Updating tests to ue new Python API test suite 2015-10-06 20:30:34 -04:00
Adam Nelson
eb00fa5582 Merging with upstream for pythonapi tests 2015-10-06 20:07:51 -04:00
Sam Shaner
66ee8358d6 added new line to end of test many scores results file 2015-10-05 10:12:04 -04:00
Sam Shaner
4c151d8a5c Merge remote-tracking branch 'upstream/develop' into delayed-tallies 2015-10-05 09:50:53 -04:00
Sam Shaner
a07300d53d added delayedgroup filter and delayed-nu-fission tests and updated relaxng schema 2015-10-05 09:50:44 -04:00
Adam Nelson
8e54e02752 Updates to code per @paulromano s comments 2015-10-05 05:08:29 -04:00
Paul Romano
1ad6602b5c Convert input_set to use region property and fix error in cell 2 2015-10-05 08:25:39 +07:00
Paul Romano
6e61de7515 Merge branch 'develop' into complex-cells
Conflicts:
	tests/test_filter_cell/geometry.xml
	tests/test_filter_cellborn/geometry.xml
	tests/test_filter_energy/geometry.xml
	tests/test_filter_energyout/geometry.xml
	tests/test_filter_group_transfer/geometry.xml
	tests/test_filter_material/geometry.xml
	tests/test_filter_universe/geometry.xml
	tests/test_score_MT/geometry.xml
	tests/test_score_absorption/geometry.xml
	tests/test_score_events/geometry.xml
	tests/test_score_fission/geometry.xml
	tests/test_score_flux/geometry.xml
	tests/test_score_flux_yn/geometry.xml
	tests/test_score_kappafission/geometry.xml
	tests/test_score_nufission/geometry.xml
	tests/test_score_nuscatter/geometry.xml
	tests/test_score_nuscatter_n/geometry.xml
	tests/test_score_nuscatter_pn/geometry.xml
	tests/test_score_nuscatter_yn/geometry.xml
	tests/test_score_scatter/geometry.xml
	tests/test_score_scatter_n/geometry.xml
	tests/test_score_scatter_pn/geometry.xml
	tests/test_score_scatter_yn/geometry.xml
	tests/test_score_total/geometry.xml
	tests/test_score_total_yn/geometry.xml
2015-10-05 08:04:20 +07:00
Paul Romano
82b2cda0f6 Merge pull request #469 from smharper/pyapi_tests
Tests built with Python API
2015-10-05 07:49:10 +07:00
Sterling Harper
6871d15447 Fix typo in #469 2015-10-04 16:20:10 -04:00
Adam Nelson
3524728fbc Merge remote-tracking branch 'upstream/develop' into scatt_bins 2015-10-04 13:02:12 -04:00
Sterling Harper
3327242acf Fix Python import in test_track_output 2015-10-03 23:53:06 -04:00
Paul Romano
b4a92883f2 Allow run_tests.py to work even without MPI installed 2015-10-04 10:32:15 +07:00
Paul Romano
3ca7279bd8 Merge branch 'develop' into complex-cells
Conflicts:
	openmc/opencg_compatible.py
	openmc/surface.py
2015-10-04 10:22:48 +07:00
Adam Nelson
fdd343e8df Fixed failing tests 2015-10-03 12:56:49 -04:00
Sterling Harper
03a8fb64e6 Address @paulromano comments on #469 2015-10-03 11:28:36 -04:00
Adam Nelson
a393378f4d Updated tests for the revised calc_rn 2015-10-03 10:42:22 -04:00
Sterling Harper
6b92694578 Return isotropic scores to total_yn, flux_yn tests 2015-10-03 10:01:43 -04:00
Adam Nelson
147d581c7c Merge remote-tracking branch 'upstream/develop' into scatt_bins 2015-10-03 09:29:32 -04:00
Sterling Harper
070a229a93 Fix test_score_nuscatter* inactive batches 2015-10-03 02:02:44 -04:00