Index: /issm/trunk-jpl/test/NightlyRun/test247.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test247.py	(revision 27940)
+++ /issm/trunk-jpl/test/NightlyRun/test247.py	(revision 27941)
@@ -96,6 +96,6 @@
 
 # Friction
-TEMP = np.zeros((md.mesh.numberofvertices,1))
-TEMP[md.mesh.elements - 1] = md.initialization.temperature[:,0:6].reshape(md.mesh.numberofelements,6,1)
+TEMP = np.zeros((md.mesh.numberofvertices,))
+TEMP[md.mesh.elements - 1] = md.initialization.temperature[:,0:6].reshape(md.mesh.numberofelements,6)
 
 temperature = TEMP
