diff --git a/Dockerfile b/Dockerfile index 1efee81..ea2c73b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,8 @@ RUN pip install pip-tools # Pip installation RUN mkdir -p /conf COPY requirements.txt /conf/ -RUN pip install -r /conf/requirements.txt +RUN pip install -r /conf/requirements.txt \ + && pip install --no-cache-dir awscli # Copy source code and install it RUN mkdir -p /code diff --git a/tests/README.md b/tests/README.md index 13d07f6..cb1a989 100644 --- a/tests/README.md +++ b/tests/README.md @@ -15,7 +15,7 @@ In addition to testing whether the code runs without errors, we also run a small ## Latest integration test validation results -The latest integration test completed at **2024-08-02 10:58**. Compared to the previous run, it had an: +The latest integration test completed at **2024-08-02 16:03**. Compared to the previous run, it had an: - RMSE accuracy of **6.15 m ( :heavy_minus_sign: no change)** - MAE accuracy of **4.85 m ( :heavy_minus_sign: no change)** - Bias of **-2.65 m ( :heavy_minus_sign: no change)** diff --git a/tests/stats_tests.csv b/tests/stats_tests.csv index cbe61aa..6e691db 100644 --- a/tests/stats_tests.csv +++ b/tests/stats_tests.csv @@ -39,3 +39,4 @@ time,n,mae,rmse,stdev,corr,bias,name 2024-08-02 00:15:55.377300,2669.0,4.85,6.15,5.57,0.975,-2.65,tests 2024-08-02 00:36:06.849345,2669.0,4.85,6.15,5.57,0.975,-2.65,tests 2024-08-02 00:58:41.932746,2669.0,4.85,6.15,5.57,0.975,-2.65,tests +2024-08-02 06:03:43.233304,2669.0,4.85,6.15,5.57,0.975,-2.65,tests diff --git a/tests/stats_tests.png b/tests/stats_tests.png index 1018d23..447b3a5 100644 Binary files a/tests/stats_tests.png and b/tests/stats_tests.png differ