Changeset 5419


Ignore:
Timestamp:
May 4, 2015 5:24:32 AM (9 years ago)
Author:
mmh
Message:

remove any old output section from hdf5 before running analyze

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/uq/puq/puq_analyze.py

    r5182 r5419  
    320320    xy.text = pts
    321321
     322
     323h5 = h5py.File(sys.argv[1], 'r+')
     324del h5['/output']
     325h5.close()
    322326
    323327sw = load_from_hdf5(sys.argv[1])
Note: See TracChangeset for help on using the changeset viewer.