Skip to content

Commit a1ffd83

Browse files
authored
Merge pull request #60 from GeoscienceAustralia/release_update
Deactive commiting validation results back into repo for releases
2 parents 4916316 + c4865c7 commit a1ffd83

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

.github/workflows/dea-intertidal-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ jobs:
112112
# Commit validation results produced by integration tests back into repo
113113
- name: Commit validation results into repository
114114
uses: stefanzweifel/git-auto-commit-action@v4
115+
if: github.event_name != 'release'
115116
with:
116117
commit_message: Automatically update integration test validation results
117118
file_pattern: 'tests/validation.jpg tests/validation.csv tests/README.md'

tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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 **2024-02-28 15:25**. Compared to the previous run, it had an:
13+
The latest integration test completed at **2024-02-28 15:58**. Compared to the previous run, it had an:
1414
- RMSE accuracy of **0.14 m ( :heavy_minus_sign: no change)**
1515
- MAE accuracy of **0.12 m ( :heavy_minus_sign: no change)**
1616
- Bias of **0.12 m ( :heavy_minus_sign: no change)**

tests/validation.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ time,Correlation,RMSE,MAE,R-squared,Bias,Regression slope
2323
2024-02-23 03:26:09.633218+00:00,0.976,0.141,0.121,0.952,0.117,1.109
2424
2024-02-23 05:09:30.777685+00:00,0.976,0.141,0.121,0.952,0.117,1.109
2525
2024-02-28 04:25:22.408662+00:00,0.976,0.141,0.121,0.952,0.117,1.109
26+
2024-02-28 04:58:48.181366+00:00,0.976,0.141,0.121,0.952,0.117,1.109

tests/validation.jpg

-153 Bytes
Loading

0 commit comments

Comments
 (0)