You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't checked, but I suspect that the xenium() function in this repo converts the categories from bytes object to strings. We should call .decode('utf-8') or something similar instead.
The bug could also be in the io when writing/reading to/from parquet. We need to check.
The text was updated successfully, but these errors were encountered:
Working on a xenium notebook I noticed this:
gives
I haven't checked, but I suspect that the
xenium()
function in this repo converts the categories from bytes object to strings. We should call.decode('utf-8')
or something similar instead.The bug could also be in the io when writing/reading to/from parquet. We need to check.
The text was updated successfully, but these errors were encountered: