Skip to content

Commit

Permalink
Automatically update integration test validation results
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored and github-actions[bot] committed Sep 24, 2024
1 parent aef8bfd commit 3738e36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Integration tests
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.

The latest integration test completed at **2024-08-23 09:54**. Compared to the previous run, it had an:
- RMSE accuracy of **0.14 m ( :heavy_minus_sign: no change)**
- MAE accuracy of **0.12 m ( :heavy_minus_sign: no change)**
- Bias of **0.12 m ( :heavy_minus_sign: no change)**
The latest integration test completed at **2024-09-24 10:07**. Compared to the previous run, it had an:
- RMSE accuracy of **0.15 m ( :heavy_exclamation_mark: worsened by 0.005)**
- MAE accuracy of **0.12 m ( :heavy_exclamation_mark: worsened by 0.004)**
- Bias of **0.12 m ( :heavy_exclamation_mark: worsened by 0.003)**
- Pearson correlation of **0.975 ( :heavy_minus_sign: no change)**


Expand Down
1 change: 1 addition & 0 deletions tests/validation.csv
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ time,Correlation,RMSE,MAE,R-squared,Bias,Regression slope
2024-08-22 02:43:49.292628+00:00,0.975,0.141,0.121,0.95,0.116,1.11
2024-08-22 05:41:31.102000+00:00,0.975,0.141,0.121,0.95,0.116,1.11
2024-08-22 23:54:49.456210+00:00,0.975,0.141,0.121,0.95,0.116,1.11
2024-09-24 00:07:47.380872+00:00,0.975,0.146,0.125,0.95,0.119,1.112
Binary file modified tests/validation.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3738e36

Please sign in to comment.