[Test] More compare tollerances
This commit is contained in:
parent
3f4448ffce
commit
51193541f0
|
|
@ -26,7 +26,7 @@ def test_pdf_refill_1(test_dir):
|
|||
ctx.run()
|
||||
b_cu = ctx.get_gerber_filename('B_Cu', '.pdf')
|
||||
ctx.expect_out_file(b_cu)
|
||||
ctx.compare_image(b_cu)
|
||||
ctx.compare_image(b_cu, tol=DIFF_TOL)
|
||||
ctx.clean_up()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue