Changeset 27941


Ignore:
Timestamp:
10/05/23 14:03:04 (18 months ago)
Author:
jdquinn
Message:

BUG: Sizing of matrix

File:
1 edited

Legend:

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

    r26906 r27941  
    9696
    9797# Friction
    98 TEMP = np.zeros((md.mesh.numberofvertices,1))
    99 TEMP[md.mesh.elements - 1] = md.initialization.temperature[:,0:6].reshape(md.mesh.numberofelements,6,1)
     98TEMP = np.zeros((md.mesh.numberofvertices,))
     99TEMP[md.mesh.elements - 1] = md.initialization.temperature[:,0:6].reshape(md.mesh.numberofelements,6)
    100100
    101101temperature = TEMP
Note: See TracChangeset for help on using the changeset viewer.