Skip to content

Commit f3f5d76

Browse files
committed
update test result, no type change
1 parent c7c1623 commit f3f5d76

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

conda-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Mandatory dependencies
55
biggus
66
cartopy
7-
matplotlib
7+
matplotlib==1.5.x
88
netcdf4==1.2.4
99
numpy<1.12
1010
pyke

lib/iris/tests/results/analysis/weighted_mean_lat.cml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<coord name="lat"/>
2222
</cellMethod>
2323
</cellMethods>
24-
<data dtype="float64" shape="(3,)" state="loaded"/>
24+
<data dtype="float32" shape="(3,)" state="loaded"/>
2525
</cube>
2626
</cubes>

lib/iris/tests/results/analysis/weighted_mean_latlon.cml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
<coord name="lon"/>
2323
</cellMethod>
2424
</cellMethods>
25-
<data dtype="float64" shape="()" state="loaded"/>
25+
<data dtype="float32" shape="()" state="loaded"/>
2626
</cube>
2727
</cubes>

lib/iris/tests/results/analysis/weighted_mean_lon.cml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<coord name="lon"/>
2222
</cellMethod>
2323
</cellMethods>
24-
<data dtype="float64" shape="(3,)" state="loaded"/>
24+
<data dtype="float32" shape="(3,)" state="loaded"/>
2525
</cube>
2626
</cubes>

minimal-conda-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Mandatory dependencies
55
biggus
66
cartopy
7-
matplotlib
7+
matplotlib==1.5.x
88
netcdf4==1.2.4
99
numpy<1.12
1010
pyke

0 commit comments

Comments
 (0)