-
Notifications
You must be signed in to change notification settings - Fork 2
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
Test mx_bluesky 1.0.0 as hyperion #463
Comments
Two ideas:
Are either/both of those useful? |
I think both would be good. For 2 are you suggesting something like the If we were going to do this we would have to do some clever comparison. For example, we're now using the newest IOC, which seems to work fine with the older and newer |
No, something much dumber, just an error string we could put in the device that it will echo on error, so that instead of reporting |
My main concern is that we get issues where version X is required because of some change that would not cause an exception at |
Chance should be low of that, we haven't had any issues like that so far |
dls_dev_env.sh
from deployment results inThis script should be run from the 'mx-bluesky' directory
- fixed in Hotfixes found from testing on the beamline #477Fixed by ignoring this error in
pyproject.toml
- already onmain
confluent-kafka
as before. Solution is to install this package using a RHEL8 machine but everything else using i03-control - known issue that will ultimately be fixed by containerizingFixed by updating the panda ioc - @olliesilvester is discussing with @evalott100 and @coretl on better ways we might find out about this dependency upfront.
sample_shutter
:Fixed in #477
This was due to missing brackets on a call to
model_dump_json
, we should have caught this in a test - Fixed in #477_safe_move_within_datacollection_range
soselected_aperture
not getting set. Needs tests. Also maybe we should actually read the state rather than hold it? - Fixed in Make sure that the aperture scatterguard position is set correctly dodal#784 follow up in Read aperture/scatterguard hardware on read dodal#782hyperion_params
were coming through to zocalo callback as a string in the start method and failing, had to json load them. - Fixed in Hotfixes found from testing on the beamline #477 by putting the zocalo environment in the emitted doc so there's no need to load all the params. This matches what the XRC does.The text was updated successfully, but these errors were encountered: