Index: /issm/trunk-jpl/test/NightlyRun/test102.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test102.py	(revision 21476)
+++ /issm/trunk-jpl/test/NightlyRun/test102.py	(revision 21477)
@@ -20,10 +20,8 @@
 field_names     =['Vx','Vy','Vz','Vel','Pressure']
 field_tolerances=[1e-13,1e-13,1e-13,1e-13,1e-13]
-field_values=[\
-	md.results.StressbalanceSolution.Vx,\
-	md.results.StressbalanceSolution.Vy,\
-	md.results.StressbalanceSolution.Vz,\
-	md.results.StressbalanceSolution.Vel,\
-	md.results.StressbalanceSolution.Pressure,\
-	]
+field_values=[md.results.StressbalanceSolution.Vx,
+							md.results.StressbalanceSolution.Vy,
+							md.results.StressbalanceSolution.Vz,
+							md.results.StressbalanceSolution.Vel,
+							md.results.StressbalanceSolution.Pressure]
 
Index: /issm/trunk-jpl/test/NightlyRun/test333.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test333.py	(revision 21476)
+++ /issm/trunk-jpl/test/NightlyRun/test333.py	(revision 21477)
@@ -48,12 +48,12 @@
 md=solve(md,'Transient')
 
-sedvol=np.zeros(10)
-eplvol=np.zeros(10)
-time=np.arange(0.2,2.1,0.2)
-store=md.constants.g*md.hydrology.sediment_porosity*md.materials.rho_freshwater*((md.hydrology.sediment_compressibility/md.hydrology.sediment_porosity)+md.hydrology.water_compressibility)
-sedstore=20.0*store
-for i in range(0,10):
-	sedvol[i]=np.mean(md.results.TransientSolution[i].SedimentHead)*sedstore
-	eplvol[i]=np.mean(md.results.TransientSolution[i].EplHead)*store*np.mean(md.results.TransientSolution[i].HydrologydcEplThickness)
+# sedvol=np.zeros(10)
+# eplvol=np.zeros(10)
+# time=np.arange(0.2,2.1,0.2)
+# store=md.constants.g*md.hydrology.sediment_porosity*md.materials.rho_freshwater*((md.hydrology.sediment_compressibility/md.hydrology.sediment_porosity)+md.hydrology.water_compressibility)
+# sedstore=20.0*store
+# for i in range(0,10):
+# 	sedvol[i]=np.mean(md.results.TransientSolution[i].SedimentHead)*sedstore
+# 	eplvol[i]=np.mean(md.results.TransientSolution[i].EplHead)*store*np.mean(md.results.TransientSolution[i].HydrologydcEplThickness)
 
 field_names=['SedimentWaterHead1','EplWaterHead1','SedimentHeadResidual1',
