From 2fb96b0d84706b453f4b5feef483681b498f4f95 Mon Sep 17 00:00:00 2001 From: Hamish Brown Date: Tue, 5 Mar 2024 13:33:32 +1300 Subject: [PATCH] try file paths again --- TestGraphs/MakeGraphs/WS2.ipynb | 2 +- TestGraphs/MakeGraphs/WS2.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"))