Skip to content

Commit

Permalink
fixed a couple file path issues
Browse files Browse the repository at this point in the history
  • Loading branch information
acostadon committed Jul 11, 2022
1 parent 76d231f commit 924ff2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notebooks/algorithms/community/Louvain.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"outputs": [],
"source": [
"# Test file \n",
"datafile='../data//karate-data.csv'"
"datafile='../../data//karate-data.csv'"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/algorithms/community/Triangle-Counting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"outputs": [],
"source": [
"# Define the path to the test data \n",
"datafile='../data/karate-data.csv'"
"datafile='../../data/karate-data.csv'"
]
},
{
Expand Down

0 comments on commit 924ff2d

Please sign in to comment.