-
Notifications
You must be signed in to change notification settings - Fork 5
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
Wrong message when cell type wheel got too much data to display #425
Comments
Ah, we got this error: |
It is probably connected with turboThreshold parameter: |
From the API documentation: turboThreshold: number Since 2.2.0 |
That is exactly what is happening: We are currently using
|
Tested this on |
In the Single Cell Expression Atlas when you do a metadata search for
homo sapiens
you got the following message on screen:No data to display
.Steps to reproduce:
Go to this link: https://www.ebi.ac.uk/gxa/sc/search/metadata/homo%20sapiens
Expected result:
Message should be: 'Too much data to display. Please narrow down your search.`
Actual result:
Message:
No data to display
.The text was updated successfully, but these errors were encountered: