diff --git a/TestGraphs/MakeGraphs/WS2.ipynb b/TestGraphs/MakeGraphs/WS2.ipynb index b414486..f85468b 100644 --- a/TestGraphs/MakeGraphs/WS2.ipynb +++ b/TestGraphs/MakeGraphs/WS2.ipynb @@ -43,7 +43,7 @@ "# inPath = osp.join(root,\"TestComponents\", \"TestSets\", \"WS2\")\n", "# outPath = osp.join(root,\"TestGraphs\", \"Outputs\") \n", "inPath = osp.join(\"TestComponents\", \"TestSets\", \"WS2\")\n", - "outPath = osp.join(root,\"TestGraphs\", \"Outputs\") " + "outPath = osp.join(\"TestGraphs\", \"Outputs\") " ] }, { diff --git a/TestGraphs/MakeGraphs/WS2.py b/TestGraphs/MakeGraphs/WS2.py index 082d337..00f7967 100644 --- a/TestGraphs/MakeGraphs/WS2.py +++ b/TestGraphs/MakeGraphs/WS2.py @@ -39,7 +39,7 @@ # inPath = osp.join(root,"TestComponents", "TestSets", "WS2") # outPath = osp.join(root,"TestGraphs", "Outputs") inPath = osp.join("TestComponents", "TestSets", "WS2") -outPath = osp.join(root,"TestGraphs", "Outputs") +outPath = osp.join("TestGraphs", "Outputs") Configs = pd.read_pickle(osp.join(inPath, "FieldConfigs.pkl"))