You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug report for latentscope===0.3.0, on MacOS, using python 3.12.1
Steps to reproduce
When embedding a smaller dataset (fewer than 100 rows), the /datasets/<name>/setup page renders an empty table. For example, with 29 rows we get an empty table.
This is accompanied with a server log
Based on the server log, I assume the backend is trying to retrieve data for rows (29 to 100), but erroring as those don't exist.
Fix ideas
We could
change the frontend to request fewer rowss
modify the backend to handle requests for large # of indexes more gracefully
Something else (let the user choose the page size?)
The text was updated successfully, but these errors were encountered:
Meta
Bug report for
latentscope===0.3.0
, on MacOS, using python 3.12.1Steps to reproduce
When embedding a smaller dataset (fewer than 100 rows), the
/datasets/<name>/setup
page renders an empty table. For example, with 29 rows we get an empty table.This is accompanied with a server log
Based on the server log, I assume the backend is trying to retrieve data for rows (29 to 100), but erroring as those don't exist.
Fix ideas
We could
The text was updated successfully, but these errors were encountered: