Open Issues Need Help
View All on GitHubAI Summary: Investigate and resolve intermittent unit test failures in the USAXS Bluesky instrument code, preventing spurious GitHub notifications. This involves analyzing the provided GitHub Actions run, identifying the root cause of the test failures (e.g., flaky tests, environmental issues, code bugs), and implementing a fix or mitigation strategy (e.g., improving test robustness, adjusting test environment, configuring test execution).
AI Summary: Create a new Bluesky device, `loadFrameDevice`, to interface with a LoadFrame instrument. The device needs to control a motor (using `EpicsMotor`) for extension and read strain values (using `EpicsSignalRO`). The provided code snippet needs review and potential modification to ensure correct functionality within the Bluesky framework.
AI Summary: Enhance the Bluesky USAXS instrument's spec file output for flyscans by adding informative comments, such as the flyscan's filename and a clear indication that a flyscan was performed. This will improve the spec file's usefulness as a human-readable log of instrument operations.