HumanBrainProject / HumanBrainProject/hbp-validation-framework

Query output size not always accurate

Open
#274 0 comments 0 reactions 1 assignee View on GitHub

@apdavison is already working on this.

Since Jul 8, 2020.

REST API v2
Dominant language
Python
Stars
5
Forks
12
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.