Upload: load.py
Browse files- single/load.py +0 -1
single/load.py
CHANGED
|
@@ -84,7 +84,6 @@ def compiled_model(
|
|
| 84 |
model_paths = []
|
| 85 |
for asset_key, asset in stac_item.assets.items():
|
| 86 |
if asset.href.endswith(".pt2"):
|
| 87 |
-
print(f" > Found model asset: {pathlib.Path(asset.href).name}")
|
| 88 |
model_paths.append(asset.href)
|
| 89 |
|
| 90 |
if not model_paths:
|
|
|
|
| 84 |
model_paths = []
|
| 85 |
for asset_key, asset in stac_item.assets.items():
|
| 86 |
if asset.href.endswith(".pt2"):
|
|
|
|
| 87 |
model_paths.append(asset.href)
|
| 88 |
|
| 89 |
if not model_paths:
|