Changeset 1572 for trunk/bindings/python
- Timestamp:
- 28/10/10 13:36:21 (19 months ago)
- File:
-
- 1 edited
-
trunk/bindings/python/nxs/napi.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bindings/python/nxs/napi.py
r1571 r1572 896 896 dims = numpy.array(shape,'i') 897 897 if chunks == None: 898 chunks = numpy.ones(dims.shape )898 chunks = numpy.ones(dims.shape,'i') 899 899 chunks[-1] = shape[-1] 900 900 else:
Note: See TracChangeset
for help on using the changeset viewer.
