Opened 6 years ago
Closed 5 years 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 by , 6 years ago
Type: | task → defect |
---|
comment:2 by , 6 years ago
comment:3 by , 6 years ago
Milestone: | OSGeoLive12.0 → OSGeoLive13.0 |
---|
Ticket retargeted after milestone closed
comment:4 by , 5 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Phil Elson writes: