Commit graph

16 commits

Author SHA1 Message Date
Paul Romano
d3d6dc87dc Remove a few more __future__ imports. Use collections.abc 2018-02-05 23:14:30 -05:00
Paul Romano
0aee52c5ab Remove deprecated methods 2018-02-05 23:14:30 -05:00
Paul Romano
c428cee667 Remove __future__ and six imports 2018-02-05 23:14:30 -05:00
Paul Romano
5a126d086e Use six.string_types instead of basestring 2016-10-06 21:55:12 -05: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
Will Boyd
83f19e8cf1 Fixed bug for Python 2 reading of distribcell paths in Summary API 2016-03-23 13:50:27 -04:00
Paul Romano
7c2890baec Change a few double quotes to single quotes in openmc.trigger 2016-03-09 08:50:38 -06:00
Paul Romano
5fef6f4f66 Remove warnings filter for DeprecationWarning 2016-02-23 09:26:37 -06:00
Paul Romano
9b152b0ddf Add property setters for Tally.scores, nuclides, filters, triggers 2016-02-23 09:26:37 -06:00
Will Boyd
23f64bf330 MGXS and Library classes now accept tally triggers 2015-10-13 00:59:41 -04:00
Will Boyd
54f40eed32 Moved Python builtin routines to beginning of each Python API class 2015-10-08 14:23:19 -04:00
Paul Romano
a7a740d08c Add check_type, check_length, and check_value functions that reduce redundancy 2015-06-29 07:50:07 +07:00
Paul Romano
5aaf9974e9 Use collections.Sequence, numbers.Real, and numbers.Integral for checking for
appropriate types. This eliminates the checkvalue module.
2015-06-29 07:50:07 +07:00
Paul Romano
61db64a1f5 Finished adding docstrings for methods. 2015-06-14 15:40:57 +07:00
Paul Romano
498e07d0bf Move Python API into openmc/ directory and move Python scripts into scripts/
directory.
2015-05-31 09:26:18 +07:00
Renamed from src/utils/openmc/trigger.py (Browse further)