File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/data/annotation_types/geometry Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ def test_line():
19
19
expected ['coordinates' ] = tuple ([tuple ([tuple (x ) for x in points ])])
20
20
assert line .shapely .__geo_interface__ == expected
21
21
22
- raster = line .raster (height = 32 , width = 32 , thickness = 1 )
22
+ raster = line .raster (height = 32 , width = 32 , thickness = 1 )
23
23
assert (cv2 .imread ("tests/data/assets/line.png" ) == raster ).all ()
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ def test_point():
18
18
expected ['coordinates' ] = tuple (expected ['coordinates' ])
19
19
assert point .shapely .__geo_interface__ == expected
20
20
21
- raster = point .raster (height = 32 , width = 32 , thickness = 1 )
21
+ raster = point .raster (height = 32 , width = 32 , thickness = 1 )
22
22
assert (cv2 .imread ("tests/data/assets/point.png" ) == raster ).all ()
You can’t perform that action at this time.
0 commit comments