CAVEconnectome / CAVEclient

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

Tutorial: Live queries #36

Closed sdorkenw closed 3 years ago

sdorkenw commented 3 years ago

I am aware that the latest features are only available for PCGv1. We need to move the latest feature block to PCGv2.

sdorkenw commented 3 years ago

The test is failing due inconsistent handling of timestamps (introduced here). Okay to map all timestamps to UTC?

fcollman commented 3 years ago

Yes I think its ok to map all timestamps to UTC, but I don't see how the tests didn't work out... I think you need to add some mocks to the tests in order to for the new endpoint to be tested properly.