From fb955afd924994b6786958ec23cbba4bb4354b72 Mon Sep 17 00:00:00 2001 From: takahashim Date: Thu, 15 Aug 2024 23:55:34 +0900 Subject: [PATCH] WIP --- test/test_img_math.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_img_math.rb b/test/test_img_math.rb index 4b2c1946..527f1c9d 100644 --- a/test/test_img_math.rb +++ b/test/test_img_math.rb @@ -47,6 +47,7 @@ def test_defer_math_image assert File.exist?(img_path2) val1 = compare_images(img_path1, File.join(assets_dir, 'img_math/img1.png')) +pp [:val1a, val1] assert val1 >= 0.9 val2 = compare_images(img_path2, File.join(assets_dir, 'img_math/img2.png')) @@ -82,6 +83,7 @@ def test_make_math_image assert File.exist?(img_path1) val1 = compare_images(img_path1, File.join(assets_dir, 'img_math/img3.png')) +pp [:val1b, val1] assert val1 >= 0.9 end