mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 07:03:16 +08:00
Removed print statements from unit test
This commit is contained in:
parent
a02eacd8bc
commit
740b5ebc80
@ -100,16 +100,10 @@ def test_smoke_place_objects():
|
||||
ar = Arrange(20, 20, 10, 10)
|
||||
ar.centerFirst()
|
||||
shape_arr = gimmeShapeArray()
|
||||
print(shape_arr)
|
||||
|
||||
now = time.time()
|
||||
for i in range(5):
|
||||
best_spot_x, best_spot_y, score, prio = ar.bestSpot(shape_arr)
|
||||
print(best_spot_x, best_spot_y, score)
|
||||
ar.place(best_spot_x, best_spot_y, shape_arr)
|
||||
print(ar._occupied)
|
||||
|
||||
print(time.time() - now)
|
||||
|
||||
|
||||
## Polygon -> array
|
||||
|
Loading…
x
Reference in New Issue
Block a user