Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sascalc/fit/Loader.py

    ra1b8fee rac07a3a  
    1 from __future__ import print_function 
    2  
    31# class Loader  to load any king of file 
    42#import wx 
     
    5654                    self.dx = np.zeros(len(self.x)) 
    5755                except: 
    58                     print("READ ERROR", line) 
     56                    print "READ ERROR", line 
    5957            # Sanity check 
    6058            if not len(self.x) == len(self.dx): 
     
    8280    load = Load() 
    8381    load.set_filename("testdata_line.txt") 
    84     print(load.get_filename())  
     82    print load.get_filename()  
    8583    load.set_values() 
    86     print(load.get_values()) 
     84    print load.get_values() 
    8785     
    8886             
Note: See TracChangeset for help on using the changeset viewer.