Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashim committed Aug 15, 2024
1 parent ff2b6af commit fb955af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_img_math.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit fb955af

Please sign in to comment.