Skip to content

Commit

Permalink
remove dead code (#79)
Browse files Browse the repository at this point in the history
* remove dead code

* Automatically update integration test validation results

---------

Co-authored-by: pindge <[email protected]>
  • Loading branch information
pindge and pindge committed Feb 26, 2023
1 parent d984fe0 commit e682d54
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ env:
IMAGE_NAME: geoscienceaustralia/dea-coastlines

jobs:
push:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

push_ecr:
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions data/validation/processed/stats_tests.csv
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ time,n,mae,rmse,stdev,corr,bias,name
2023-02-10 03:44:43.562169,2669.0,4.84,6.16,5.56,0.975,-2.67,tests
2023-02-17 03:17:33.847153,2669.0,4.84,6.16,5.56,0.975,-2.67,tests
2023-02-22 03:25:38.671154,2669.0,4.84,6.16,5.56,0.975,-2.67,tests
2023-02-24 03:17:56.295549,2669.0,4.84,6.16,5.56,0.975,-2.67,tests
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 **2023-02-22 14:25**. Compared to the previous run, it had an:
The latest integration test completed at **2023-02-24 14:17**. Compared to the previous run, it had an:
- RMSE accuracy of **6.16 m (:heavy_minus_sign: no change)**
- MAE accuracy of **4.84 m (:heavy_minus_sign: no change)**
- Bias of **-2.67 m (:heavy_minus_sign: no change)**
Expand Down
Binary file modified tests/stats_tests.png
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 e682d54

Please sign in to comment.