1
0
Fork 0

Update params.py

Change default tiling
This commit is contained in:
HoopyFreud 2023-07-06 22:44:53 -04:00 committed by GitHub
parent b8c0bb03e8
commit 36b94bac82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ class StageParams:
self,
name: Optional[str] = None,
outscale: int = 1,
tile_order: str = TileOrder.grid,
tile_order: str = TileOrder.spiral,
tile_size: int = SizeChart.auto,
# batch_size: int = 1,
) -> None: