Index: /issm/trunk-jpl/test/NightlyRun/test330.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test330.py	(revision 21637)
+++ /issm/trunk-jpl/test/NightlyRun/test330.py	(revision 21638)
@@ -3,6 +3,6 @@
 import inspect
 from model import *
+from setmask import *
 from triangle import triangle
-from setmask import setmask
 from transient import transient
 from parameterize import parameterize
@@ -40,5 +40,5 @@
 #BC
 md.hydrology.spcsediment_head=np.nan*np.ones((md.mesh.numberofvertices))
-<md.hydrology.spcsediment_head[np.where(md.mesh.x==0)]=0.5
+md.hydrology.spcsediment_head[np.where(md.mesh.x==0)]=0.5
 
 md.timestepping.time_step=5/md.constants.yts #5s steppin
Index: /issm/trunk-jpl/test/NightlyRun/test333.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test333.py	(revision 21637)
+++ /issm/trunk-jpl/test/NightlyRun/test333.py	(revision 21638)
@@ -9,6 +9,4 @@
 from setflowequation import *
 from solve import *
-
-
 from generic import generic
 
@@ -16,5 +14,4 @@
 md=setmask(md,'','')
 md=parameterize(md,'../Par/IceCube.py')
-
 
 md.transient=transient.setallnullparameters(md.transient)
