Changeset 1267 for trunk/test
- Timestamp:
- 09/13/06 10:17:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/file-io.py
r1259 r1267 10 10 11 11 print "Test of file i/o" 12 rc(' plotter', storage='disk')12 rc('scantable', storage='disk') 13 13 data = scantable('data/tid-t002.rpf') 14 14 del data 15 rc(' plotter',storage='memory')15 rc('scantable',storage='memory') 16 16 data = scantable('data/tid-t002.rpf') 17 17
Note:
See TracChangeset
for help on using the changeset viewer.