-
Notifications
You must be signed in to change notification settings - Fork 11
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
Fixes for ophyd-async 0.9.0a2 #1014
base: main
Are you sure you want to change the base?
Conversation
|
||
from dodal.devices.i13_1.merlin_io import MerlinDriverIO, MerlinImageMode | ||
|
||
|
||
class MerlinController(DetectorController): | ||
class MerlinController(ADBaseController): |
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.
I didn't properly check if this is correct but it looked about right
@@ -327,7 +327,7 @@ async def test_prepare_sets_up_writer( | |||
assert (await tetramm.hdf.num_extra_dims.get_value()) == 0 | |||
assert await tetramm.hdf.lazy_open.get_value() | |||
assert await tetramm.hdf.swmr_mode.get_value() | |||
assert (await tetramm.hdf.file_template.get_value()) == "%s/%s.h5" | |||
assert (await tetramm.hdf.file_template.get_value()) == "%s%s.h5" |
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.
Don't know if this change in syntax could break anything for anyone?
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.
Looking to try and find where this has even come from
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1014 +/- ##
==========================================
+ Coverage 97.52% 97.54% +0.01%
==========================================
Files 154 154
Lines 6393 6395 +2
==========================================
+ Hits 6235 6238 +3
+ Misses 158 157 -1 ☔ View full report in Codecov by Sentry. |
@DiamondJoseph It's pretty much there now but please can you check the linting ins |
Fixes #1017
DeviceCollector renamed to init_device
sim.demo module renamed to sim
Initialisation arguments for HDF detectors change slightly as a result of added support for non-hdf writers
save_panda
utility plan updated to use new ophyd-async saveMerlin now inherits from
ADBaseController
Instructions to reviewer on how to test:
Checks for reviewer
dodal connect ${BEAMLINE}