Skip to content

Commit

Permalink
try file paths again
Browse files Browse the repository at this point in the history
  • Loading branch information
HamishBrownPFR committed Mar 5, 2024
1 parent 0025397 commit 2fb96b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TestGraphs/MakeGraphs/WS2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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\") "
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion TestGraphs/MakeGraphs/WS2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"))

Expand Down

0 comments on commit 2fb96b0

Please sign in to comment.