Skip to content
Snippets Groups Projects
Commit 8d6ab33a authored by Matt Harbison's avatar Matt Harbison
Browse files

py3: conditionalize json float precision difference in test-debugcommands.t

parent 8a42aa04
Branches
Tags
No related merge requests found
......@@ -193,7 +193,8 @@
{
"chainid": 1,
"chainlen": 1,
"chainratio": 1.02325581395,
"chainratio": 1.02325581395, (no-py3k !)
"chainratio": 1.0232558139534884, (py3k !)
"chainsize": 44,
"compsize": 44,
"deltatype": "base",
......@@ -221,7 +222,8 @@
{
"chainid": 3,
"chainlen": 1,
"chainratio": 1.02325581395,
"chainratio": 1.02325581395, (no-py3k !)
"chainratio": 1.0232558139534884, (py3k !)
"chainsize": 44,
"compsize": 44,
"deltatype": "base",
......@@ -256,7 +258,8 @@
{
"chainid": 1,
"chainlen": 1,
"chainratio": 1.02325581395,
"chainratio": 1.02325581395, (no-py3k !)
"chainratio": 1.0232558139534884, (py3k !)
"chainsize": 44,
"compsize": 44,
"deltatype": "base",
......@@ -292,7 +295,8 @@
{
"chainid": 3,
"chainlen": 1,
"chainratio": 1.02325581395,
"chainratio": 1.02325581395, (no-py3k !)
"chainratio": 1.0232558139534884, (py3k !)
"chainsize": 44,
"compsize": 44,
"deltatype": "base",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment