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
fromxncmlimportopen_ncmlds=open_ncml("test.xml")
# OK.asserttype(ds.attrs["cacao"]) ==str# KO (the type is actually tuple)asserttype(ds.attrs["toto"]) ==float
I'm willing to investigate/fix this issue.
The text was updated successfully, but these errors were encountered:
Description
It seems when attributes are not strings, the value is wrapped with a tuple.
What I Did
The text was updated successfully, but these errors were encountered: