Commit graph

11824 commits

Author SHA1 Message Date
Jonathan Shimwell
7315b33f5c 🐳 adding badges for docker builds 2021-01-05 16:38:04 +00:00
Paul Romano
589ee8832b
Merge pull request #1740 from pshriwise/docker-fix
Dockerfile fix
2021-01-04 18:26:55 -06:00
Patrick Shriwise
f5d3c16357
Adding suggestion from @shimwell
Co-authored-by: Jonathan Shimwell <jonathan.shimwell@ukaea.uk>
2021-01-03 18:06:55 -06:00
Patrick Shriwise
bceb37345c Removing semicolon in clone command of Dockerfile. 2021-01-02 23:17:56 -06:00
Patrick Shriwise
32918f042d
Merge pull request #1725 from Shimwell/adding_optional_dagmc_to_docker
Adding optional dagmc to docker
2021-01-02 16:55:31 -06:00
Jonathan Shimwell
080166aaa6 indent alignment 2021-01-02 18:12:45 +00:00
Jonathan Shimwell
fb4100f84e
review suggestions removed pymoab flag and indent
Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
2020-12-29 19:06:05 +00:00
Jonathan Shimwell
96c025c92f changed MOAB path 2020-12-26 00:59:27 +00:00
Paul Romano
fa3e07507c
Merge pull request #1732 from drewejohnson/1713-dep-results-index
Easier access and indexing to depletion time points
2020-12-24 10:56:09 -06:00
Andrew Johnson
33a066a39c
Merge remote-tracking branch 'openmc-dev/develop' into 1713-dep-results-index 2020-12-24 07:13:30 -08:00
Andrew Johnson
d72978ddf7
Apply suggestions from code review
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2020-12-24 07:12:12 -08:00
Patrick Shriwise
18af12925a
Merge pull request #1739 from paulromano/fix_muir2
Fix sampling of normal distribution
2020-12-23 12:41:33 -06:00
Paul Romano
1368161ed1 Change variable names in normal dist unit test 2020-12-23 11:27:39 -06:00
Paul Romano
04a65235fb Respond to my original comments on #1670 2020-12-22 16:21:49 -06:00
Andrew Davis
9188786094 Spelling! 2020-12-22 16:21:49 -06:00
Andrew Davis
1b9fae9003 I'dve sworn python could do this 2020-12-22 16:21:49 -06:00
Andrew Davis
a7c7c9b91c Missing closing parenthesis 2020-12-22 16:21:49 -06:00
Andrew Davis
8b834d9fe4 C++ism creeping in 2020-12-22 16:21:49 -06:00
Andrew Davis
ee62c7fcd2 add the shaprio test for normality 2020-12-22 16:21:49 -06:00
Andrew Davis
fa80bfe613 Fixed erroneous normal distro sampling 2020-12-22 16:21:49 -06:00
Patrick Shriwise
f97ed95559
Merge pull request #1733 from paulromano/small-fixes
Collection of small fixes
2020-12-22 16:20:47 -06:00
Paul Romano
10715497c1
Merge pull request #1701 from smharper/bc_update
Refactor and generalize the boundary condition implementation
2020-12-22 15:41:11 -06:00
Paul Romano
4b1cd83a54 Address @pshriwise comments on #1733 2020-12-22 15:04:51 -06:00
Sterling Harper
b03b98317c Add missing test __init__.py 2020-12-19 08:35:17 -07:00
Sterling Harper
8879414824 Merge remote-tracking branch 'upstream/develop' into bc_update 2020-12-18 23:30:37 -07:00
Sterling Harper
6ed023c790 Add a test for non-90-degree periodic BCs 2020-12-18 23:20:50 -07:00
Sterling Harper
f8c7a74d6c Fix non-90-degree rotational periodic BCs 2020-12-18 23:20:04 -07:00
Paul Romano
c55c8dd258 Merge branch 'develop' into small-fixes 2020-12-16 14:59:46 -06:00
Paul Romano
d1e7745dd9
Merge pull request #1736 from pshriwise/github_actions_ci
GitHub Actions CI
2020-12-16 14:59:06 -06:00
Patrick Shriwise
d77bc644c3 Abandoning the use of env context for now. Back to the bash HOME variable. 2020-12-16 19:09:29 +00:00
Patrick Shriwise
81c50485a0 Updating enrivonment handling. Using env block where possible. 2020-12-16 16:34:12 +00:00
Patrick Shriwise
8d92d4517e Changing name of ci scripts in ci scripts. 2020-12-16 14:33:12 +00:00
Patrick Shriwise
d08baece5f Addressing comments from @paulromano. 2020-12-16 14:28:51 +00:00
Patrick Shriwise
a0d8c5dfa6
Update README.md
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2020-12-16 08:24:52 -06:00
Patrick Shriwise
f0d09e4c7d Reverting change in summary file. 2020-12-14 19:39:25 +00:00
Patrick Shriwise
7a294ce267 Updating CI triggers. 2020-12-14 18:22:24 +00:00
Patrick Shriwise
3b4a6ae0b8 Adding GitHub actions badge to the README. 2020-12-14 16:57:16 +00:00
Patrick Shriwise
f6e1d64bea Re-adding GitHub token to CI file -- used to push coveralls results. 2020-12-14 16:56:58 +00:00
Patrick Shriwise
1f0d53f693 Removing unecessary variables in environment. 2020-12-14 16:25:41 +00:00
Patrick Shriwise
1734a07295 Adding message passing header to the C++ driver test. 2020-12-14 06:18:41 +00:00
Patrick Shriwise
793f425372 Updating ubuntu version. 2020-12-14 05:50:03 +00:00
Patrick Shriwise
37944edd95 Adding a GitHub actions CI file. 2020-12-14 05:48:54 +00:00
Andrew Johnson
dfd4624804
Remove f-strings from results_list.py 2020-12-11 08:54:50 -08:00
Adam Nelson
7505718806
Merge pull request #1718 from mkreher13/transient-rewrite
Fixed several bugs related to decay-rate
2020-12-11 10:26:42 -06:00
Andrew Johnson
eb5121b14a
Require atol / rtol to be real in ResultsList.get_step_where
Previous implementation converted a value of None to infinity.
2020-12-09 08:41:46 -08:00
Andrew Johnson
3905e7a8a0
Update tests/unit_tests/test_deplete_resultslist.py
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2020-12-09 08:36:49 -08:00
Paul Romano
51e8cb41e0 Clarify meaning of temperature in geometry spec (thanks @gridley) 2020-12-08 14:16:42 -06:00
Paul Romano
102bfd47ae Fix use of 'nearest' temperature with S(a,b) data. Closes #1704 2020-12-08 13:53:35 -06:00
Paul Romano
8424f9b366 Ensure CorrelatedAngleEnergy.to_hdf5 works for continuous+discrete eout dists 2020-12-08 13:53:35 -06:00
Paul Romano
ccf5799f0f Read correct discrete photon energy in _get_photon_products_endf 2020-12-08 13:53:35 -06:00