diff --git a/TestComponents/Test.cs b/TestComponents/Test.cs index 7cf20dd..aaf4117 100644 --- a/TestComponents/Test.cs +++ b/TestComponents/Test.cs @@ -141,6 +141,7 @@ private static void runPythonScript(string path, string pyProg) proc.StartInfo.UseShellExecute = false; proc.StartInfo.Arguments = progToRun; proc.Start(); + proc.WaitForExit(); } public static SVSModel.Configuration.Config SetConfigFromDataFrame(string test, DataFrame allTests) diff --git a/TestGraphs/MakeGraphs/Moisture.py b/TestGraphs/MakeGraphs/Moisture.py index 63a5e3c..f10159e 100644 --- a/TestGraphs/MakeGraphs/Moisture.py +++ b/TestGraphs/MakeGraphs/Moisture.py @@ -37,7 +37,7 @@ # Path for current Tests -inPath = join("TestComponents", "TestSets", "Moisture", "Outputs") +inPath = join("TestComponents", "TestSets", "Moisture", "OutPuts") outPath = join("TestGraphs", "Outputs") # Get names and results from each test