We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6072fa6 commit f6dabb1Copy full SHA for f6dabb1
packages/core/src/bag3d/core/assets/export/validate.py
@@ -668,7 +668,9 @@ def check_formats(input) -> TileResults:
668
deps=[AssetKey(("export", "compressed_tiles"))],
669
required_resource_keys={"file_store", "version", "gdal"},
670
)
671
-def compressed_tiles_validation(context: OpExecutionContext, export_index: Path, metadata: Path) -> Path:
+def compressed_tiles_validation(
672
+ context: OpExecutionContext, export_index: Path, metadata: Path
673
+) -> Path:
674
"""Validates the compressed distribution tiles, for each format.
675
Save the validation results to a CSV.
676
Validation is done concurrently per tile.
0 commit comments