Ignore:
Timestamp:
Apr 30, 2017 4:15:17 PM (7 years ago)
Author:
andyfaff
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
a1b8fee
Parents:
b636dfc5
Message:

MAINT: using print function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sascalc/simulation/pointsmodelpy/tests/testlores.py

    r959eb01 r9c3d784  
    1010#    print "   ", pointsmodelpymodule.copyright() 
    1111 
    12     print 
    13     print "module information:" 
    14     print "    file:", pointsmodelpy.__file__ 
    15     print "    doc:", pointsmodelpy.__doc__ 
    16     print "    contents:", dir(pointsmodelpy) 
    17     print "    contents:", dir(geoshapespy) 
     12    print() 
     13    print("module information:") 
     14    print("    file:", pointsmodelpy.__file__) 
     15    print("    doc:", pointsmodelpy.__doc__) 
     16    print("    contents:", dir(pointsmodelpy)) 
     17    print("    contents:", dir(geoshapespy)) 
    1818 
    1919#    a = geoshapespy.new_singlehelix(10,2,30,2) 
     
    4646    pointsmodelpy.outputPDB(lm,vp,"modelpy.pseudo.pdb") 
    4747 
    48     print "calculating distance distribution" 
     48    print("calculating distance distribution") 
    4949    rmax = pointsmodelpy.get_lores_pr(lm,vp) 
    50     print "finish calculating get_lores_pr, and rmax is:", rmax 
     50    print("finish calculating get_lores_pr, and rmax is:", rmax) 
    5151    pointsmodelpy.outputPR(lm,"testlores.pr") 
    5252    pointsmodelpy.get_lores_iq(lm,iq) 
     
    5454    iqPy.OutputIQ(iq, "testlores.iq") 
    5555 
    56     print "Testing get I from a single q" 
     56    print("Testing get I from a single q") 
    5757    result = pointsmodelpy.get_lores_i(lm,0.1) 
    58     print "The I(0.1) is: %s" % str(result)  
     58    print("The I(0.1) is: %s" % str(result))  
    5959 
    6060# version 
Note: See TracChangeset for help on using the changeset viewer.