Skip to content

Add processing feedback handling for smartem - #888

Merged
d-j-hatton merged 9 commits into
mainfrom
smartem-processing-feedback
Sep 16, 2026
Merged

d-j-hatton merged 9 commits into
mainfrom
smartem-processing-feedback

Conversation

@d-j-hatton

Copy link
Copy Markdown
Contributor

murfey can receive messages from processing indicating that a processing stage is complete along with some output data. murfey can now parse these and emit completion events to trigger smartem model and model weight updates.

@d-j-hatton
d-j-hatton force-pushed the smartem-processing-feedback branch from 390d27f to 464824c Compare September 16, 2026 10:15
@codecov

codecov Bot commented Sep 16, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 17.85714% with 46 lines in your changes missing coverage. Please review.
✅ Project coverage is 54.82%. Comparing base (62d0b5b) to head (abc3552).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #888      +/-   ##
==========================================
- Coverage   55.20%   54.82%   -0.39%     
==========================================
  Files         103      103              
  Lines       11439    11553     +114     
  Branches     1520     1547      +27     
==========================================
+ Hits         6315     6334      +19     
- Misses       4783     4874      +91     
- Partials      341      345       +4     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

return {"success": True}
movie = murfey_db.exec(
select(Movie).where(Movie.murfey_id == message["motion_correction_id"])
select(Movie).where(Movie.murfey_id == message["mc_id"])

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.

mc_uuid

Comment thread src/murfey/workflows/spa/motion_correction.py Outdated
@d-j-hatton
d-j-hatton merged commit 2dc9dfe into main Sep 16, 2026
14 checks passed
@d-j-hatton
d-j-hatton deleted the smartem-processing-feedback branch September 16, 2026 10:37
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