CAVEconnectome / CAVEclient

This is the python client for accessing REST APIs within the Connectome Annotation Versioning Engine.
https://caveconnectome.github.io/CAVEclient/
MIT License
19 stars 12 forks source link

BUG: no arrays in df.attrs #160

Closed ceesem closed 3 months ago

ceesem commented 3 months ago

It turns out there was an errant numpy array in df.attrs that was causing the problems with various pandas functions with finalize (e.g. #155). Converting to lists fixes this.