Fix size test, board is slight out of origin, so size does change now that we properly handle non-zero origins
This commit is contained in:
parent
5d764a6890
commit
2ea9b8ad97
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ def test_comments_parameter():
|
|||
def test_size_parameter():
|
||||
top_copper = read(TOP_COPPER_FILE)
|
||||
size = top_copper.size
|
||||
assert_equal(size[0], 2.2869)
|
||||
assert_equal(size[1], 1.8064)
|
||||
assert_equal(size[0], 2.2569)
|
||||
assert_equal(size[1], 1.5000)
|
||||
|
||||
def test_conversion():
|
||||
import copy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue