Index: /issm/trunk-jpl/test/NightlyRun/test2002.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test2002.py	(revision 23039)
+++ /issm/trunk-jpl/test/NightlyRun/test2002.py	(revision 23040)
@@ -78,5 +78,5 @@
 
 #New stuff
-md.slr.spcthickness = np.nan((md.mesh.numberofvertices,));
+md.slr.spcthickness = np.nan*np.ones((md.mesh.numberofvertices,));
 md.slr.Ngia = np.zeros((md.mesh.numberofvertices,))
 md.slr.Ugia = np.zeros((md.mesh.numberofvertices,))
Index: /issm/trunk-jpl/test/NightlyRun/test2003.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test2003.py	(revision 23039)
+++ /issm/trunk-jpl/test/NightlyRun/test2003.py	(revision 23040)
@@ -82,5 +82,5 @@
 
 #New stuff
-md.slr.spcthickness = np.nan((md.mesh.numberofvertices,));
+md.slr.spcthickness = np.nan*np.ones((md.mesh.numberofvertices,));
 md.slr.Ngia = np.zeros((md.mesh.numberofvertices,))
 md.slr.Ugia = np.zeros((md.mesh.numberofvertices,))
Index: /issm/trunk-jpl/test/NightlyRun/test2010.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test2010.py	(revision 23039)
+++ /issm/trunk-jpl/test/NightlyRun/test2010.py	(revision 23040)
@@ -87,5 +87,5 @@
 
 #New stuff
-md.slr.spcthickness = np.nan((md.mesh.numberofvertices,));
+md.slr.spcthickness = np.nan*np.ones((md.mesh.numberofvertices,));
 md.slr.Ngia = np.zeros((md.mesh.numberofvertices,))
 md.slr.Ugia = np.zeros((md.mesh.numberofvertices,))
