Skip to content

Commit 2ad0b5c

Browse files
committed
Update the test points to reflect the mean of the original points, rather than midpoint of the bounds
1 parent ffd0db2 commit 2ad0b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/iris/tests/results/coord_api/nd_bounds.cml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<cube dtype="int64" long_name="thingness" units="1">
44
<coords>
55
<coord>
6-
<auxCoord bounds="[[0, 60]]" id="434cbbd8" long_name="bar" points="[30.0]" shape="(1,)" units="Unit('1')" value_type="float64"/>
6+
<auxCoord bounds="[[0, 60]]" id="434cbbd8" long_name="bar" points="[21.4583333333]" shape="(1,)" units="Unit('1')" value_type="float64"/>
77
</coord>
88
<coord>
9-
<auxCoord bounds="[[-25, 70]]" id="b0d35dcf" long_name="foo" points="[22.5]" shape="(1,)" units="Unit('1')" value_type="float64"/>
9+
<auxCoord bounds="[[-25, 70]]" id="b0d35dcf" long_name="foo" points="[18.5416666667]" shape="(1,)" units="Unit('1')" value_type="float64"/>
1010
</coord>
1111
</coords>
1212
<cellMethods>

0 commit comments

Comments
 (0)