- Timestamp:
- Jul 4, 2017 9:52:11 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpath.py
r2887 r2901 447 447 bits = '32' 448 448 449 # if np.__version__ is None we must be in Read The Docs 450 if np.__version__ is None: return 451 449 452 # format current python & numpy versions 450 453 pyver = 'p{}.{}'.format(*sys.version_info[0:2])
Note: See TracChangeset
for help on using the changeset viewer.