Changeset 20220


Ignore:
Timestamp:
02/19/16 14:15:28 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: updating python tests

Location:
issm/trunk-jpl/test/NightlyRun
Files:
2 edited

Legend:

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

    r20215 r20220  
    6767        md.results.TransientSolution[2].GroundedArea,\
    6868        md.results.TransientSolution[2].FloatingArea,\
    69         md.results.TransientSolution[3].TotalFloatingBmb,\
    70         md.results.TransientSolution[3].TotalGroundedBmb,\
     69        md.results.TransientSolution[2].TotalFloatingBmb,\
     70        md.results.TransientSolution[2].TotalGroundedBmb,\
    7171        ]
  • issm/trunk-jpl/test/NightlyRun/test408.py

    r20215 r20220  
    1313md=setmask(md,'../Exp/SquareShelf.exp','')
    1414md=parameterize(md,'../Par/SquareSheetShelf.py')
    15 md=extrude(md,3,1.)
     15md.extrude(3,1.)
    1616md=setflowequation(md,'SSA','all')
    1717md.transient.isthermal=False
Note: See TracChangeset for help on using the changeset viewer.