Commit graph

36 commits

Author SHA1 Message Date
Patrick Shriwise
f207d4220a
Adding methods to automatically apply results to existing Tally objects. (#2671)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2025-01-24 22:49:58 +00:00
Jonathan Shimwell
84f561c1ed
sets used instead of lists when membership testing (#3021) 2024-06-19 14:48:34 +00:00
Jonathan Shimwell
5d2b352025
f strings instead of .format for string editing (#2987) 2024-04-29 16:45:37 -05:00
Jonathan Shimwell
db3b6f3e9e
added missing functions and classes to openmc.lib docs (#2847)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2024-04-07 16:50:44 +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
Ethan Peterson
653bec5fd8 added shape to aggregate filter 2023-02-07 14:13:46 -05: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
Jonathan Shimwell
192f4436a0 replaced .format with f string 2021-07-29 18:25:37 +01:00
Paul Romano
4943ae9307 Alphabetize import ordering (and use relative imports in a few places) 2020-04-06 15:16:09 -05:00
Paul Romano
e34a71b448 Remove unused imports across entire Python API 2020-03-31 18:11:31 -05:00
Paul Romano
676e9aae0a Further simplifications in arithmetic.py 2020-03-25 06:53:52 -05:00
Paul Romano
43e93903a9 Changes in arithmetic.py from PullRequest Inc. review 2020-03-23 20:44:31 -05:00
Paul Romano
cf6b67c05d Remove explicit inheritance from object for Python classes 2020-03-23 12:12:31 -05:00
Paul Romano
50aa7be701 Make sure ABCs come from collections.abc 2018-10-18 05:54:36 -05:00
Paul Romano
c428cee667 Remove __future__ and six imports 2018-02-05 23:14:30 -05:00
Paul Romano
e6b5803f70 Make filter_strides a property of Tally 2017-12-19 15:58:14 +07:00
Paul Romano
02b8f4ec09 Change names of openmc.capi classes. Hopefully fix RTD docs build. 2017-10-05 10:52:29 -05:00
Paul Romano
1bd3e0b1d0 Make scipy and pandas required dependencies 2017-06-07 20:12:51 -05:00
Will Boyd
3042e7d9c0 Updated OpenMOC compatiblity module with changes suggested by @paulromano 2017-02-28 12:06:42 -05:00
Paul Romano
5a126d086e Use six.string_types instead of basestring 2016-10-06 21:55:12 -05:00
Sterling Harper
c177c3c100 Add Filter classes to docs 2016-09-30 13:37:45 -04:00
Sterling Harper
62f8dbfc02 Clean up tally namespace 2016-09-30 12:19:22 -04:00
Sterling Harper
60c14046a5 Fix test_tally_slice_merge 2016-09-11 13:53:19 -04:00
Paul Romano
c7a0b716d2 General cleanup -- both bugs and style issues -- based on running pylint 2016-07-02 11:04:25 +07:00
Paul Romano
d16e3fca89 Remove many __deepcopy__ implementations 2016-06-01 07:56:45 -05:00
wbinventor@gmail.com
a4d20444f8 Fixed code per comments by @paulromano 2016-03-02 11:35:26 -05:00
wbinventor@gmail.com
3c2a38fa4e Revised reporting of AggregateNuclides and AggregateScores in Pandas DataFrames 2016-02-26 20:38:42 -05:00
wbinventor@gmail.com
d66556a637 Addressed comments by @samuelshaner 2016-02-26 19:44:03 -05:00
wbinventor@gmail.com
7fdca5b9cb Added name property to CrossNuclide to fix bug 2016-02-15 22:42:57 -05:00
wbinventor@gmail.com
23353fa097 Added new tally slice and merge test 2016-02-11 12:59:14 -05:00
wbinventor@gmail.com
bbbb115196 Implemented __gt__ method for AggregateFilter 2016-02-11 12:07:23 -05:00
wbinventor@gmail.com
184ed3733b Fixed bugs in pandas dataframe construction for AggregateFilter 2016-02-08 00:36:49 -05:00
wbinventor@gmail.com
b9a81df6bd Fixed merge conflicts with develop 2016-02-03 12:54:23 -05:00
wbinventor@gmail.com
fb0e166e1c Fixed issue with double subdomain-avg MGXS 2016-01-30 15:06:55 -05:00
wbinventor@gmail.com
0e2db9afee Renamed cross.py to arithmetic.py per suggestion by @paulromano 2016-01-28 14:42:07 -05:00
Renamed from openmc/cross.py (Browse further)