Skip to content

Commit

Permalink
Update the test points to reflect the mean of the original points, ra…
Browse files Browse the repository at this point in the history
…ther than midpoint of the bounds
  • Loading branch information
duncanwp committed May 1, 2018
1 parent ffd0db2 commit 2ad0b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/iris/tests/results/coord_api/nd_bounds.cml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<cube dtype="int64" long_name="thingness" units="1">
<coords>
<coord>
<auxCoord bounds="[[0, 60]]" id="434cbbd8" long_name="bar" points="[30.0]" shape="(1,)" units="Unit('1')" value_type="float64"/>
<auxCoord bounds="[[0, 60]]" id="434cbbd8" long_name="bar" points="[21.4583333333]" shape="(1,)" units="Unit('1')" value_type="float64"/>
</coord>
<coord>
<auxCoord bounds="[[-25, 70]]" id="b0d35dcf" long_name="foo" points="[22.5]" shape="(1,)" units="Unit('1')" value_type="float64"/>
<auxCoord bounds="[[-25, 70]]" id="b0d35dcf" long_name="foo" points="[18.5416666667]" shape="(1,)" units="Unit('1')" value_type="float64"/>
</coord>
</coords>
<cellMethods>
Expand Down

0 comments on commit 2ad0b5c

Please sign in to comment.