Changeset 20216


Ignore:
Timestamp:
02/19/16 10:44:20 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: reverting python test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test3015.py

    r20002 r20216  
    2525md.masstransport.requested_outputs=['IceVolume']
    2626md.verbose=verbose('autodiff',True)
     27md.toolkits.DefaultAnalysis=issmgslsolver()
    2728
    2829#setup autodiff parameters
     
    8586dVdh_ad=md.results.MasstransportSolution.AutodiffJacobian
    8687
    87 print "dV/dh: analytical:  {0}\n       using adolc:  {1}\n".format(dVdh_an,dVdh_ad)
     88print "dV/dh: analytical:  #16.16g\n       using adolc:  #16.16g\n" % (dVdh_an,dVdh_ad)
    8889
    8990#Fields and tolerances to track changes
Note: See TracChangeset for help on using the changeset viewer.