File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments