Skip to content

Commit

Permalink
tests reading baseline from file
Browse files Browse the repository at this point in the history
  • Loading branch information
rrossmiller committed May 10, 2024
1 parent 84f92ad commit 599758b
Show file tree
Hide file tree
Showing 6 changed files with 1,126 additions and 205 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,129 @@
[{"Start": [{"v_id": "F", "v_type": "V8", "attributes": {"Start.@sum_step": 1}}, {"v_id": "G", "v_type": "V8", "attributes": {"Start.@sum_step": 1}}, {"v_id": "H", "v_type": "V8", "attributes": {"Start.@sum_step": 1}}, {"v_id": "C", "v_type": "V8", "attributes": {"Start.@sum_step": 1}}, {"v_id": "B", "v_type": "V8", "attributes": {"Start.@sum_step": 1}}, {"v_id": "E", "v_type": "V8", "attributes": {"Start.@sum_step": 1}}, {"v_id": "D", "v_type": "V8", "attributes": {"Start.@sum_step": 1}}, {"v_id": "A", "v_type": "V8", "attributes": {"Start.@sum_step": 0}}]}, {"@@edge_set": [{"e_type": "Complete", "from_id": "A", "from_type": "V8", "to_id": "H", "to_type": "V8", "directed": false, "attributes": {}}, {"e_type": "Complete", "from_id": "A", "from_type": "V8", "to_id": "E", "to_type": "V8", "directed": false, "attributes": {}}, {"e_type": "Complete", "from_id": "A", "from_type": "V8", "to_id": "D", "to_type": "V8", "directed": false, "attributes": {}}, {"e_type": "Complete", "from_id": "A", "from_type": "V8", "to_id": "B", "to_type": "V8", "directed": false, "attributes": {}}, {"e_type": "Complete", "from_id": "A", "from_type": "V8", "to_id": "G", "to_type": "V8", "directed": false, "attributes": {}}, {"e_type": "Complete", "from_id": "A", "from_type": "V8", "to_id": "F", "to_type": "V8", "directed": false, "attributes": {}}, {"e_type": "Complete", "from_id": "A", "from_type": "V8", "to_id": "C", "to_type": "V8", "directed": false, "attributes": {}}]}]
[
{
"Start": [
{
"v_id": "F",
"v_type": "V8",
"attributes": {
"Start.@sum_step": 1
}
},
{
"v_id": "G",
"v_type": "V8",
"attributes": {
"Start.@sum_step": 1
}
},
{
"v_id": "H",
"v_type": "V8",
"attributes": {
"Start.@sum_step": 1
}
},
{
"v_id": "C",
"v_type": "V8",
"attributes": {
"Start.@sum_step": 1
}
},
{
"v_id": "B",
"v_type": "V8",
"attributes": {
"Start.@sum_step": 1
}
},
{
"v_id": "E",
"v_type": "V8",
"attributes": {
"Start.@sum_step": 1
}
},
{
"v_id": "D",
"v_type": "V8",
"attributes": {
"Start.@sum_step": 1
}
},
{
"v_id": "A",
"v_type": "V8",
"attributes": {
"Start.@sum_step": 0
}
}
]
},
{
"@@edge_set": [
{
"e_type": "Complete",
"from_id": "A",
"from_type": "V8",
"to_id": "H",
"to_type": "V8",
"directed": false,
"attributes": {}
},
{
"e_type": "Complete",
"from_id": "A",
"from_type": "V8",
"to_id": "E",
"to_type": "V8",
"directed": false,
"attributes": {}
},
{
"e_type": "Complete",
"from_id": "A",
"from_type": "V8",
"to_id": "D",
"to_type": "V8",
"directed": false,
"attributes": {}
},
{
"e_type": "Complete",
"from_id": "A",
"from_type": "V8",
"to_id": "B",
"to_type": "V8",
"directed": false,
"attributes": {}
},
{
"e_type": "Complete",
"from_id": "A",
"from_type": "V8",
"to_id": "G",
"to_type": "V8",
"directed": false,
"attributes": {}
},
{
"e_type": "Complete",
"from_id": "A",
"from_type": "V8",
"to_id": "F",
"to_type": "V8",
"directed": false,
"attributes": {}
},
{
"e_type": "Complete",
"from_id": "A",
"from_type": "V8",
"to_id": "C",
"to_type": "V8",
"directed": false,
"attributes": {}
}
]
}
]
Loading

0 comments on commit 599758b

Please sign in to comment.