CAVEconnectome / CAVEclient

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

Bug fix in query building #60

Closed sdorkenw closed 2 years ago

fcollman commented 2 years ago

please fix the test... it was expecting split_positions=True in the call.. i switched over to always doing split positions on the call to the backend, but then recombining them on the client side if the user wants to.