Skip to content

Register atlas tiles with smartem among other related things - #863

Open
d-j-hatton wants to merge 4 commits into
mainfrom
smartem-atlas-tile-registration
Open

Register atlas tiles with smartem among other related things#863
d-j-hatton wants to merge 4 commits into
mainfrom
smartem-atlas-tile-registration

Conversation

@d-j-hatton

Copy link
Copy Markdown
Contributor

Small fixes for data collection group lookup, add atlas tile registration and motion correction and CTF max resolution result registration to trigger smartem model updates

@codecov

codecov Bot commented Aug 13, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 8.33333% with 33 lines in your changes missing coverage. Please review.
✅ Project coverage is 54.51%. Comparing base (3c73ca5) to head (20a87c0).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #863      +/-   ##
==========================================
- Coverage   54.64%   54.51%   -0.13%     
==========================================
  Files         104      104              
  Lines       11159    11187      +28     
  Branches     1475     1479       +4     
==========================================
+ Hits         6098     6099       +1     
- Misses       4741     4768      +27     
  Partials      320      320              
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

.where(DataCollectionGroup.session_id == session_id)
.where(DataCollectionGroup.sample == sample)
.order_by(desc(DataCollectionGroup.id))
).first()

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This query could still return nothing, so maybe worth catching that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants