Ignore:
Timestamp:
11/22/19 02:48:36 (5 years ago)
Author:
bdef
Message:

CHG: syntax fix

File:
1 edited

Legend:

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

    r24214 r24384  
    4444
    4545    md.stressbalance.vertex_pairing = np.vstack((np.vstack((posx + 1, posx2 + 1)).T, np.vstack((posy + 1, posy2 + 1)).T))
    46     print(np.shape(md.stressbalance.vertex_pairing))
     46
    4747#Compute the stressbalance
    4848    md.stressbalance.abstol = np.nan
     
    6262    results.append(md.results.StressbalanceSolution)
    6363
    64 #       plotmodel(md, 'data', vx, 'data', vy, 'data', vz, 'layer  #all', md.mesh.numberoflayers)
     64#       plotmodel(md, 'data', vx, 'data', vy, 'data', vz, 'layer#all', md.mesh.numberoflayers)
    6565
    6666#Fields and tolerances to track changes
Note: See TracChangeset for help on using the changeset viewer.