Skip to content

Commit

Permalink
Update the path to the urban model on s3
Browse files Browse the repository at this point in the history
  • Loading branch information
tebadi committed Nov 15, 2024
1 parent 4fb69a8 commit 7a8ad75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_urban_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def dask_client():
@pytest.fixture(scope="module")
def tflite_model_path():
s3_bucket = "dea-public-data-dev"
s3_key = "lccs_models/urban_models/tflite/urban_model_tf_2_16_2.tflite"
s3_key = "lccs_models/urban_models/0-0-5/tflite/urban_model_tf_2_16_2.tflite"
local_path = "/tmp/model.tflite"

# Download the model from S3
Expand Down

0 comments on commit 7a8ad75

Please sign in to comment.