-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jaseg
committed
Nov 14, 2023
1 parent
8e8bcee
commit 2384f4f
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# -*- coding: utf-8 -*- | ||
#s -*- coding: utf-8 -*- | ||
# | ||
# Copyright 2022 Jan Götte <[email protected]> | ||
# | ||
|
@@ -109,7 +109,7 @@ def test_convert_layers(): | |
'bottom silk': 0.160, | ||
'bottom paste': 0.170, | ||
'mechanical outline': 0.09}.items(): | ||
assert set(round(ap.diameter, 4) for ap in stack[layer].apertures) == {dia} | ||
assert set(round(ap.diameter, 4) for ap in stack[layer].apertures()) == {dia} | ||
|
||
# Note: svg-flatten rounds these diameters to the geometric tolerance given on the command line (0.01mm by | ||
# default). | ||
|