Commit graph

38 commits

Author SHA1 Message Date
GuySten
a11021cd07
Consistent XML parsing using functions from _xml module (#3517)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2025-08-08 17:47:55 +00:00
Paul Romano
85c963e223
Move 'import lxml' to third-party block of imports (#2803) 2023-12-13 14:11:32 +00:00
Jonathan Shimwell
457bea6f0b
replaced ordereddict with {} (#2641)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2023-08-19 12:15:11 +00:00
rlbarker
b62b62ac31
Added inf check in VolumeCalculation. (#2634)
Co-authored-by: Rosie Barker <rbarker@FL000139.firstlightfusion.local>
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2023-08-19 05:20:22 +00:00
Jonathan Shimwell
ee7b95245a
Static errors continuation (#2557)
Co-authored-by: Christina Cai <chrsitinacai48933@gmail.com>
Co-authored-by: christinacai123 <63215816+christinacai123@users.noreply.github.com>
2023-06-16 22:34:02 -05:00
Patrick Myers
1cb22075ef
Changed xml to lxml (#2489) 2023-05-09 10:41:04 -05:00
Patrick Shriwise
10f103c6d8
Merge pull request #1960 from paulromano/prepare-0.13.0
Prepare for version 0.13.0
2022-02-10 11:09:29 -06:00
Jonathan
04b5f4bc97 fixed minor typo in docs 2022-02-10 00:20:58 +00:00
Paul Romano
fdd5e10822 Release notes for 0.13.0 2022-02-04 07:19:35 -06:00
Paul Romano
f369a8ccac Add missing VolumeCalculation.from_xml_element method 2022-01-20 09:17:51 -06:00
Jonathan
2453b04b62 corrected multiline f strings 2021-07-31 22:33:45 +01:00
Jonathan
021aab9879 replaced .format with f strings 2021-07-29 20:28:51 +01:00
Patrick Shriwise
af6ab83af7 Check volume calculation ids using sets in load_results. 2020-10-03 13:06:46 -05:00
Paul Romano
5547ecf88f Add versionadded directive for new arguments/functions in 0.12 2020-04-10 21:52:43 -05:00
Paul Romano
cf6b67c05d Remove explicit inheritance from object for Python classes 2020-03-23 12:12:31 -05:00
Patrick Shriwise
919c19c909 Cleanup from self-review. 2019-10-08 13:53:22 -05:00
Patrick Shriwise
884a083a50 Adding iteration property to volume calculation in Python API. 2019-10-08 10:55:45 -05:00
Patrick Shriwise
f3fa1f2578 Fixing issue with INF error values. Adding test case. 2019-10-07 00:08:47 -05:00
Patrick Shriwise
8aed7b019a Adding support for trigger type in the Python API. 2019-10-05 13:12:56 -05:00
Patrick Shriwise
9415bbb715 Adding check for valid threshold value in Python API. 2019-10-05 11:02:23 -05:00
Patrick Shriwise
48fab6dcac Only write threshold to file if used. 2019-10-05 10:50:32 -05:00
Patrick Shriwise
507bc0d933 Exposing volume trigger through Python API. 2019-10-05 10:23:11 -05:00
Patrick Shriwise
c1d746164f Writing empty groups for nuclides/atoms in volume calc if no entries are found. 2019-09-23 12:00:24 -05:00
liangjg
ea71b9e377 replace all dataset.value with dataset[()] (or occasionally dataset[...]) 2019-03-27 11:45:48 -04:00
Paul Romano
c83b890869 Use ufloat for stochastic volume results 2018-03-19 10:40:45 -05:00
Paul Romano
d3d6dc87dc Remove a few more __future__ imports. Use collections.abc 2018-02-05 23:14:30 -05:00
Paul Romano
002c7651c2 Address comments by @smharper on #892. 2017-06-15 14:38:25 -05:00
Paul Romano
c3c9df6a85 Make Intersection and Union obey the mutable sequence protocol 2017-06-07 20:12:51 -05:00
Paul Romano
ca009e211e Manage unique IDs via new IDManagerMixin that uses class variables 2017-06-07 20:12:51 -05:00
Paul Romano
d938fa0176 Fix bugs discovered during CNL workshop 2017-03-19 21:41:54 -05:00
Paul Romano
61f0138555 Add Plot.from_geometry() classmethod 2017-03-08 14:24:41 -06:00
Paul Romano
cfb6339698 Change how volume is stored 2017-02-23 22:23:00 -06:00
Paul Romano
0c616c8b22 Handle HDF5 format versions consistently 2017-02-21 21:26:21 -06:00
Paul Romano
fb009c6b5e Use multidimensional array for tally results rather than derived type 2016-11-15 15:22:02 -06:00
Paul Romano
6c29c39443 Add check on user-specified bounding boxes for volume calculations 2016-08-15 17:50:03 -05:00
Paul Romano
a5763ae599 Refactor volume calculation to allow material/universe volumes as well 2016-08-08 16:14:17 -05:00
Paul Romano
66d772da79 Refactor settings to use more CheckedLists. Rename all to_xml methods
to_xml_element
2016-08-01 10:37:00 -05:00
Paul Romano
cac6ac6f66 Add VolumeCalculation object. Update settings.xml RELAX NG schema 2016-08-01 10:37:00 -05:00