Skip to content

Commit 7a8ad75

Browse files
committed
Update the path to the urban model on s3
1 parent 4fb69a8 commit 7a8ad75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_urban_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def dask_client():
2525
@pytest.fixture(scope="module")
2626
def tflite_model_path():
2727
s3_bucket = "dea-public-data-dev"
28-
s3_key = "lccs_models/urban_models/tflite/urban_model_tf_2_16_2.tflite"
28+
s3_key = "lccs_models/urban_models/0-0-5/tflite/urban_model_tf_2_16_2.tflite"
2929
local_path = "/tmp/model.tflite"
3030

3131
# Download the model from S3

0 commit comments

Comments
 (0)