Index: wflow-py/UnitTests/Testwflow_sbm.py =================================================================== diff -u -r33871015ad959ac7b7956233337cd77fe46973d2 -r9d6d3f02533e3452466d6115f29c905c9eb646f2 --- wflow-py/UnitTests/Testwflow_sbm.py (.../Testwflow_sbm.py) (revision 33871015ad959ac7b7956233337cd77fe46973d2) +++ wflow-py/UnitTests/Testwflow_sbm.py (.../Testwflow_sbm.py) (revision 9d6d3f02533e3452466d6115f29c905c9eb646f2) @@ -4,7 +4,7 @@ import wflow.wflow_sbm as wf import os """ -Run sceleton for 10 steps and checks if the outcome is approx that of the reference run +Run wflow_sbm for 10 steps and checks if the outcome is approx that of the reference run """ class MyTest(unittest.TestCase): @@ -47,7 +47,7 @@ dynModelFw._runSuspend() # saves the state variables dynModelFw._wf_shutdown() - # nore read the csv results acn check of they match the first run + # now read the csv results acn check of they match the first run # Sum should be approx c 4.569673676 my_data = wf.genfromtxt(os.path.join(caseName,runId,"wbsurf.csv"), delimiter=',')