Skip to content

Commit

Permalink
Graph fix
Browse files Browse the repository at this point in the history
  • Loading branch information
James Bristow committed Feb 8, 2024
1 parent 5a844a1 commit 4691b79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions TestComponents/Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion TestGraphs/MakeGraphs/Moisture.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4691b79

Please sign in to comment.