HumanBrainProject / HumanBrainProject/hbp-validation-framework
Query output size not always accurate
@apdavison is already working on this.
Since Jul 8, 2020.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.