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 4fb69a8 commit 7a8ad75Copy full SHA for 7a8ad75
tests/test_urban_model.py
@@ -25,7 +25,7 @@ def dask_client():
25
@pytest.fixture(scope="module")
26
def tflite_model_path():
27
s3_bucket = "dea-public-data-dev"
28
- 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"
29
local_path = "/tmp/model.tflite"
30
31
# Download the model from S3
0 commit comments