Skip to content

Commit

Permalink
fix input json
Browse files Browse the repository at this point in the history
  • Loading branch information
Q-lds authored Oct 27, 2022
1 parent 4f7e7a7 commit 55b228f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@
"metadata": {},
"outputs": [],
"source": [
"import os",
"print(os.getcwd())",
"import os\n",
"print(os.getcwd())\n",
"G = read_graph_from_json_file('./examples/community_tutorials/mvc_examples/problems/bipartite_graph7x7_test1.json')"
]
},
Expand Down

0 comments on commit 55b228f

Please sign in to comment.