Skip to content

Commit

Permalink
patching expected results refs #21
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Dec 12, 2024
1 parent d9239eb commit 5c0d9ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions tests/tools/output/edgeDataDiff/simple/diff_xml.tools
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<meandata>
<interval begin="0" end="100" id="ABC@input_edgedata.xml - XYZ@input_data.xml">
<edge id="1" attr="2.0" std_attr="5.0"/>
<edge id="2" attr="20.0" std_attr="5.0"/>
</interval>
</meandata>
4 changes: 2 additions & 2 deletions tests/tools/output/edgeDataDiff/simple/output.tools
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
attr: count 1, min 2.00 (1), max 2.00 (1), mean 2.00, Q1 2.00, median 2.00, Q3 2.00
std_attr: count 1, min 5.00 (1), max 5.00 (1), mean 5.00, Q1 5.00, median 5.00, Q3 5.00
attr: count 2, min 2.00 (1), max 20.00 (2), mean 11.00, Q1 2.00, median 20.00, Q3 20.00
std_attr: count 2, min 5.00 (1), max 5.00 (1), mean 5.00, Q1 5.00, median 5.00, Q3 5.00

0 comments on commit 5c0d9ab

Please sign in to comment.