Add support for 2D profiles#195
Open
samueljackson92 wants to merge 19 commits into
Open
Conversation
82d584e to
915ca35
Compare
…rphaned conflict markers
248ef2a to
6d5a826
Compare
- Fix MongoDBClient to check url (not db_name) for mongodb:// prefix,
so the server uses the real MongoDB when MONGO_URL is configured.
This was causing test isolation to break: the server used a file-based
Mongita DB while server_setup teardown dropped the MongoDB container,
leaving stale data between tests.
- Update test_sample_view_page column header assertions to match the
redesigned annotations table (Type/Label/Position vs Category/Type/Data).
- Update test_timeseries_page position-column index (nth(2)→nth(3)) and
parsing to match the new labeled format ("Time: X.XX" and
"Time Min: X.XX, Time Max: Y.YY").
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
React Spectrum's TableView renders the first column cell as role="rowheader" rather than role="gridcell". The 4-column annotations table (Type/Label/ Created By/Position) therefore has 3 gridcells per row, with Position at nth(2), not nth(3). The previous fix incorrectly changed nth(2) to nth(3), causing timeouts waiting for a 4th gridcell that never appears. Also increase CI pytest timeout from 15 to 30 minutes so the full unit + E2E suite has room to complete. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- round(time, 4) != float(toFixed(2)) — use round 2 to match UI display - Increase model training "completed" timeout from 30s to 90s so tests don't fail when the Ray worker environment initialises on cold start Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces the ability to annotate different types of 2D profiles with bounding box and polygon annotations.