Why the test graph is a small graph with only 11 vertexes?

I run the Starter notebook and found the test graph is a small graph with only 11 vertexes. From the graph config in the file Test_Graph_Off_the_Beaten_Path.json, the graph should be a complicated one as shown in the challenge overview page.

I didn’t change anything in the notebook and just downloaded lyra_graphtool and the Test_Graph_Off_the_Beaten_Path.json to make it work.

Is there anything wrong? Thanks.

I believe there is an issue with the current version of the lyra_graphtool package and the json fille is not taken into account. See this post.

I do this to avoid it:

pargs  = lgtool.ProcessArgs.load(arguments_file="args_leaderboard")
pargs.graph.load_from_json("Test_Graph_Off_the_Beaten_Path.json")
3 Likes