Skip to content

Commit f42dff6

Browse files
authored
Add awscli (#104)
* Add awscli Add awscli to requirements.in * Automatically update integration test validation results
1 parent f918e6a commit f42dff6

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

requirements.in

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
aiohttp
2+
awscli
23
botocore
34
click==8.1.7
45
dask==2024.3.1

tests/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Integration tests
1010
1111
This directory contains tests that are run to verify that DEA Intertidal code runs correctly. The ``test_intertidal.py`` file runs a small-scale full workflow analysis over an intertidal flat in the Gulf of Carpentaria using the DEA Intertidal [Command Line Interface (CLI) tools](../notebooks/Intertidal_CLI.ipynb), and compares these results against a LiDAR validation DEM to produce some simple accuracy metrics.
1212

13-
The latest integration test completed at **2025-02-14 11:12**. Compared to the previous run, it had an:
14-
- RMSE accuracy of **0.14 m ( :heavy_check_mark: improved by 0.001)**
15-
- MAE accuracy of **0.12 m ( :heavy_check_mark: improved by 0.002)**
16-
- Bias of **0.12 m ( :heavy_check_mark: improved by 0.002)**
13+
The latest integration test completed at **2025-02-17 13:13**. Compared to the previous run, it had an:
14+
- RMSE accuracy of **0.14 m ( :heavy_minus_sign: no change)**
15+
- MAE accuracy of **0.12 m ( :heavy_minus_sign: no change)**
16+
- Bias of **0.12 m ( :heavy_minus_sign: no change)**
1717
- Pearson correlation of **0.975 ( :heavy_minus_sign: no change)**
1818

1919

tests/validation.csv

+1
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,4 @@ time,Correlation,RMSE,MAE,R-squared,Bias,Regression slope
6969
2024-09-24 05:42:35.688710+00:00,0.975,0.146,0.125,0.95,0.119,1.112
7070
2024-10-03 05:33:20.186227+00:00,0.975,0.146,0.125,0.95,0.119,1.112
7171
2025-02-14 00:12:00.333318+00:00,0.975,0.145,0.123,0.95,0.117,1.118
72+
2025-02-17 02:13:49.284263+00:00,0.975,0.145,0.123,0.95,0.117,1.118

tests/validation.jpg

67 Bytes
Loading

0 commit comments

Comments
 (0)