Fixed bug in parsing table filters with unicode names
This PR fixes a bug in gwpy.table.filter
whereby unicode
names were not being parsed properly. The fix is to use six.string_types
to accept str
and unicode
throughout.
This PR fixes a bug in gwpy.table.filter
whereby unicode
names were not being parsed properly. The fix is to use six.string_types
to accept str
and unicode
throughout.