diff --git a/tests/test_contexts.nim b/tests/test_contexts.nim index 3cdbac0..47af0f3 100644 --- a/tests/test_contexts.nim +++ b/tests/test_contexts.nim @@ -19,7 +19,7 @@ proc diffVs(image: Image, masterPath: string) = makeDirs(xRayPath.splitPath.head) image.writeFile(imagePath) xRay.writeFile(xRayPath) - echo &"diff {masterPath} vs {imagePath} -> {xRayPath} with {score}" + echo &"diff {masterPath} -> {score*100:0.3f} %" block: let ctx = newContext(newImage(300, 160))