Changeset 13924


Ignore:
Timestamp:
11/09/12 15:12:37 (12 years ago)
Author:
jschierm
Message:

FIX: In python tests 3015 and 3020, indices get converted to base 0 later.

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

Legend:

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

    r13900 r13924  
    2626
    2727#setup autodiff parameters
    28 index=0 #this is the scalar component we are checking against
     28index=1 #this is the scalar component we are checking against
    2929md.autodiff.independents=[\
    3030        independent('name','Thickness','type','vertex','nods',md.mesh.numberofvertices,'fos_forward_index',index)
  • issm/trunk-jpl/test/NightlyRun/test3020.py

    r13900 r13924  
    2727
    2828#setup autodiff parameters
    29 index=0 #this is the scalar component we are checking against
     29index=1 #this is the scalar component we are checking against
    3030md.autodiff.independents=[\
    3131        independent('name','Thickness','type','vertex','nods',md.mesh.numberofvertices,'fos_forward_index',index)
Note: See TracChangeset for help on using the changeset viewer.