Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query output size not always accurate #274

Open
appukuttan-shailesh opened this issue Jul 8, 2020 · 0 comments
Open

Query output size not always accurate #274

appukuttan-shailesh opened this issue Jul 8, 2020 · 0 comments
Assignees

Comments

@appukuttan-shailesh
Copy link
Collaborator

When setting the size parameter, such as:
https://validation-v2.brainsimulation.eu/results/?&size=250&from_index=0

We expect 250 results, but I currently get only 248 entries.

I tried the following combos:
size 10 = output 10
size 50 = output 50
size 100 = output 100
size 150 = output 150
size 200 = output 199
size 250 = output 248
size 350 = output 348
size 1000 = output 998

Andrew's comment:
Possibly because it excludes private models you don’t have access to after making the KG query. Fixing it will probably cause a performance hit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants