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

`random_sample` in query_table does not return values #187

Open ceesem opened 1 month ago

ceesem commented 1 month ago
datastack = 'minnie65_public'
client = CAVEclient(datastack)
client.materialize.query_table(
    'nucleus_detection_v0',
    random_sample=10
)

Returns an empty dataframe with the correct columns.

Either limit or omitting random_sample entirely work fine.