Skip to content

Commit dba2d7f

Browse files
committed
add jamesp to whatsnew + minor tweak
1 parent 5226d92 commit dba2d7f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

docs/src/whatsnew/latest.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ This document explains the changes made to Iris for this release
9090

9191
#. `@jamesp`_ updated a test for `numpy`_ ``1.20.0``. (:pull:`3977`)
9292

93-
#. `@bjlittle`_ extended the `cirrus-ci`_ testing and `nox`_ testing
94-
automation to support `Python 3.8`_. (:pull:`3976`)
93+
#. `@bjlittle`_ and `@jamesp`_ extended the `cirrus-ci`_ testing and `nox`_
94+
testing automation to support `Python 3.8`_. (:pull:`3976`)
9595

9696

9797
.. comment

lib/iris/coords.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2275,9 +2275,7 @@ def xml_element(self, doc):
22752275
# class name
22762276
element = super().xml_element(doc=doc)
22772277

2278-
element.setAttribute("points", self._xml_array_repr(self.points))
2279-
2280-
# Add bounds handling
2278+
# Add bounds, points are handled by the parent class.
22812279
if self.has_bounds():
22822280
element.setAttribute("bounds", self._xml_array_repr(self.bounds))
22832281

0 commit comments

Comments
 (0)