Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Fixed a bug where :func:iris.util._is_circular would erroneously return False

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The markup here is no longer correct, it is missing the back-ticks ( I suspect because copy-paste from the Github comment, which turned the back-ticks into an object). You actually don't need to capitalise False in this usage unless you are referring explicitly to the Python object False...

when coordinate values are decreasing.
2 changes: 1 addition & 1 deletion lib/iris/tests/results/grib_load/ineg_jneg.cml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</dimCoord>
</coord>
<coord datadims="[1]">
<dimCoord id="160a738f" points="[356.249908, 352.49991, 348.749912, ...,
<dimCoord circular="True" id="160a738f" points="[356.249908, 352.49991, 348.749912, ...,
7.500094, 3.750096, 9.80000000368e-05]" shape="(96,)" standard_name="longitude" units="Unit('degrees')" value_type="float64">
<geogCS earth_radius="6367470.0"/>
</dimCoord>
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/results/grib_load/ineg_jpos.cml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</dimCoord>
</coord>
<coord datadims="[1]">
<dimCoord id="160a738f" points="[356.249908, 352.49991, 348.749912, ...,
<dimCoord circular="True" id="160a738f" points="[356.249908, 352.49991, 348.749912, ...,
7.500094, 3.750096, 9.80000000368e-05]" shape="(96,)" standard_name="longitude" units="Unit('degrees')" value_type="float64">
<geogCS earth_radius="6367470.0"/>
</dimCoord>
Expand Down