Skip to content

Commit 155ef96

Browse files
authored
Merge pull request #111 from GeoscienceAustralia/develop
Merge develop changes to stable
2 parents fa52778 + 757bd00 commit 155ef96

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

coastlines/styles.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12297,7 +12297,7 @@ def my_form_open(dialog, layer, feature):
1229712297
<Option value=""MM"" name=""dash_pattern_offset_unit"" type=""QString""/>
1229812298
<Option value=""0"" name=""draw_inside_polygon"" type=""QString""/>
1229912299
<Option value=""bevel"" name=""joinstyle"" type=""QString""/>
12300-
<Option value=""252,255,164,255,rgb:0.9882352941176471,1,0.64313725490196083,1"" name=""line_color"" type=""QString""/>
12300+
<Option value=""255,255,225,255,rgb:1,1,0.88235294117647056,1"" name=""line_color"" type=""QString""/>
1230112301
<Option value=""dash"" name=""line_style"" type=""QString""/>
1230212302
<Option value=""0.4"" name=""line_width"" type=""QString""/>
1230312303
<Option value=""MM"" name=""line_width_unit"" type=""QString""/>

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ click==8.1.7
66
dask[distributed]==2024.9.1
77
datacube[s3,performance]==1.8.19
88
dea-tools==0.3.6.dev25
9-
eo-tides==0.6.2
9+
eo-tides==0.6.3
1010
Fiona==1.10.1
1111
geopandas==0.14.4
1212
matplotlib==3.9.2

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"dask",
1616
"datacube",
1717
"dea_tools",
18+
"eo-tides>=0.6.3",
1819
"Fiona",
1920
"geopandas",
2021
"matplotlib",

tests/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ In addition to testing whether the code runs without errors, we also run a small
1515
## Latest integration test validation results
1616

1717

18-
The latest integration test completed at **2025-03-11 12:43**. Compared to the previous run, it had an:
18+
The latest integration test completed at **2025-03-24 16:14**. Compared to the previous run, it had an:
1919
- RMSE accuracy of **6.19 m ( :heavy_minus_sign: no change)**
20-
- MAE accuracy of **4.84 m ( :heavy_minus_sign: no change)**
21-
- Bias of **-2.78 m ( :heavy_minus_sign: no change)**
20+
- MAE accuracy of **4.83 m ( :heavy_check_mark: improved by 0.01)**
21+
- Bias of **-2.77 m ( :heavy_check_mark: improved by 0.01)**
2222
- Pearson correlation of **0.976 ( :heavy_minus_sign: no change)**
2323

2424

tests/stats_tests.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,5 @@ time,n,mae,rmse,stdev,corr,bias,name
4848
2025-03-04 02:49:16.047817,2669.0,4.84,6.19,5.55,0.976,-2.78,tests
4949
2025-03-07 06:32:39.038204,2669.0,4.84,6.19,5.55,0.976,-2.78,tests
5050
2025-03-11 01:43:39.293754,2669.0,4.84,6.19,5.55,0.976,-2.78,tests
51+
2025-03-20 01:12:10.942759,2669.0,4.84,6.19,5.55,0.976,-2.78,tests
52+
2025-03-24 05:14:05.191230,2669.0,4.83,6.19,5.55,0.976,-2.77,tests

tests/stats_tests.png

451 Bytes
Loading

0 commit comments

Comments
 (0)