IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 1, 2014, 5:12:31 PM (12 years ago)
Author:
eugene
Message:

stackbatch.py now basically workds for all tables except StackModelFitThin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140717/ippToPsps/jython/testCode.py

    r37156 r37168  
    66import sys
    77# import os
    8 # import math
     8import math
    99# import logging.config
    1010
    11 from sqlUtility import sqlUtility
     11# from sqlUtility import sqlUtility
    1212
    1313# testCode class
     
    1919
    2020    def run(self):
     21
     22        myvalue = "10.0"
     23        print "test line"
     24        print "log of 5.0: " + str(math.log10(float(myvalue)))
    2125
    2226        names = {}
Note: See TracChangeset for help on using the changeset viewer.