Opened 3 years ago
Closed 18 months ago
#2081 closed defect (wontfix)
SciTools Iris to_xml() fails
Reported by: | darkblueb | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | OSGeoLive13.0 |
Component: | OSGeoLive | Keywords: | python, iris |
Cc: |
Description
12dev notebooktest
import matplotlib.pyplot as plt %matplotlib inline import cartopy.crs as ccrs import iris import iris.plot as iplt import iris.quickplot as qplt fname = 'sample_data/air_temp.pp' t0 = iris.load_cube(fname) t0.xml() ... TypeError: set_printoptions() got an unexpected keyword argument 'legacy'
Change history (4)
comment:1 Changed 3 years ago by
Type: | task → defect |
---|
comment:2 Changed 3 years ago by
comment:3 Changed 22 months ago by
Milestone: | OSGeoLive12.0 → OSGeoLive13.0 |
---|
Ticket retargeted after milestone closed
comment:4 Changed 18 months ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See TracTickets for help on using tickets.
Phil Elson writes: