Commit graph

366 commits

Author SHA1 Message Date
Will Boyd
78d14133db Updated OpenCG compatiblity module to reflect move to PEP8 use of underscores in place of camelCase 2015-10-02 01:25:41 -04:00
Will Boyd
f5374974e6 Merged with develop 2015-09-05 17:58:17 -04:00
Will Boyd
547acb2ecc Removed extraneous quotes in __repr__ methods 2015-08-04 21:36:18 -07:00
Will Boyd
d0afb964b7 Removed quotations around string args in __repr__ methods 2015-08-03 21:48:45 -07:00
Will Boyd
bf15c255c3 Added double quotes around exception msgs in Python API 2015-08-03 21:32:06 -07:00
Sterling Harper
cd4fa9a649 Fix 'atom/b-cm' density type in PyAPI 2015-08-03 21:55:08 -06:00
Will Boyd
4e6aca6028 Fixed merge conflicts with develop 2015-07-26 16:09:15 -07:00
Paul Romano
06d531aa39 Add check_greater_than and check_less_than functions 2015-06-30 16:19:53 +07:00
Paul Romano
98206be1fe Use collections.Iterable rather than collections.Sequence. Unfortunately
ndarrays are not sequences.
2015-06-29 07:50:07 +07: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
1a215cd087 Indicate in docstrings that ids will be assigned automatically for surfaces,
cells, and materials.
2015-06-26 21:15:23 +07:00
Paul Romano
528880cd45 Various PEP8 fixes. Mostly using 'is not' and 'not in'. 2015-06-15 10:51:07 +07:00
Paul Romano
7ed1dd17e6 Adding docstrings and updated the element, executor, filter, geometry, material,
mesh, and nuclide modules.
2015-06-12 22:04:56 +07:00
Will Boyd
2c7e16cab2 Merge branch 'develop' into iso-lab 2015-06-01 05:58:55 -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/material.py (Browse further)