Changeset 13513 for fact/tools


Ignore:
Timestamp:
05/02/12 14:11:34 (12 years ago)
Author:
neise
Message:
debugged _test_SlowData
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/pyscripts/pyfact/pyfact.py

    r13512 r13513  
    1 #!/usr/bin/python -tt
     1#!/usr/bin/python -tti
    22#
    33# Werner Lustermann, Dominik Neise
     
    771771
    772772def _test_SlowData( filename ):
    773     file = FactFits(filename)
    774773    print '-'*70
    775774    print "opened :", filename, " as 'file'"
     
    817816        print 'showing test of SlowData class'
    818817        print 'in case you wanted to test the RawData class, please give no commandline arguments'
     818        file = SlowData(sys.argv[1])
    819819        _test_SlowData(sys.argv[1])
Note: See TracChangeset for help on using the changeset viewer.