-
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
update_parameters_experimental
w/ sync run_udf_iter
#135
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #135 +/- ##
==========================================
- Coverage 79.80% 71.28% -8.52%
==========================================
Files 35 35
Lines 3442 3462 +20
Branches 581 581
==========================================
- Hits 2747 2468 -279
- Misses 559 840 +281
- Partials 136 154 +18 ☔ View full report in Codecov by Sentry. |
0ccf600
to
c51ea2d
Compare
35ca25b
to
b5e3699
Compare
Bump to 0.3 since important for overfocus project. |
b5e3699
to
1f2b93e
Compare
Instead of a context manager, use explicit methods `start_acquisition` and `end_acquisition`, otherwise we would have to manually call the context manager methods (`__enter__`/`__exit__`)
/azp run libertem.libertem-live-data |
Azure Pipelines successfully started running 1 pipeline(s). |
update_parameters_experimental
w/ sync run_udf_iter
update_parameters_experimental
w/ sync run_udf_iter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works like a charm! Tested successfully with the Microscope-Calibration notebook and the Merlin simulator.
Mostly right now useful for the test case - I'm not really happy about the implementation.Contributor Checklist:
Reviewer Checklist:
/azp run libertem.libertem-live-data
passed