Open pp-mo opened 2 years ago
In order to maintain a backlog of relevant issues, we automatically label them as stale after 500 days of inactivity.
If this issue is still important to you, then please comment on this issue and the stale label will be removed.
Otherwise this issue will be automatically closed in 28 days time.
This stale issue has been automatically closed due to a lack of community activity.
If you still care about this issue, then please either:
@SciTools/iris-devs
who will re-open on your behalf.I think this is maybe still worth dealing with, especially if it links to problems I more recently stumbled over e.g. #5362 #4412
In order to maintain a backlog of relevant issues, we automatically label them as stale after 500 days of inactivity.
If this issue is still important to you, then please comment on this issue and the stale label will be removed.
Otherwise this issue will be automatically closed in 28 days time.
Just spotted this, found that some places in the netcdf code are testing for
dtype.kind == 'u'
which does not work, should be capital -'U'
Creating an Issue instead of PR for now, as not clear what the implications of this are, nor what might change if you fix it🐛 Bug Report
This is a coding bug, not seen what actual behaviour might be -- that needs investigation.
Happens here and here, but is correct here.