CAVEconnectome/CAVEclient

`random_sample` in query_table does not return values

Opened this issue · 0 comments

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.