Skip to content

Commit

Permalink
Test of directly syncing specific tide model subfolders (#86)
Browse files Browse the repository at this point in the history
* Test of directly syncing specific tide model subfolders

* Automatically update integration test validation results

---------

Co-authored-by: robbibt <[email protected]>
  • Loading branch information
robbibt and robbibt committed Dec 19, 2023
1 parent 5fd222b commit a898a08
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:

- name: Copy files to the test website with the AWS CLI
run: |
aws s3 sync s3:https://dea-non-public-data/tide_models/tide_models tide_models
aws s3 sync s3:https://dea-non-public-data/tide_models/tide_models/fes2014 tide_models/fes2014
aws s3 sync s3:https://dea-non-public-data/tide_models/tide_models/hamtide tide_models/hamtide
- name: Run dockerized integration tests and copy outputs
run: |
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 @@ -31,3 +31,4 @@ time,n,mae,rmse,stdev,corr,bias,name
2023-08-01 04:31:52.289422,2669.0,4.84,6.16,5.56,0.975,-2.67,tests
2023-08-02 01:40:33.629540,2669.0,4.84,6.16,5.56,0.975,-2.67,tests
2023-08-07 01:35:06.989065,2669.0,4.84,6.16,5.56,0.975,-2.67,tests
2023-12-13 02:41:20.170714,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-08-07 11:35**. Compared to the previous run, it had an:
The latest integration test completed at **2023-12-13 13:41**. 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 a898a08

Please sign in to comment.