Make cfdm.read
always return unicode strings from netCDF files
#251
Labels
Milestone
cfdm.read
always return unicode strings from netCDF files
#251
Currently,
cfdm.read
can return either unicode or byte strings, which sometimes makes testing for equality difficult, as theequals
methods treat them the two data types as unequal (as does numpy).It would be good it it was consistent, and the obvious choice is unicode.
The text was updated successfully, but these errors were encountered: