3 Open Issues Need Help Last updated: Jun 16, 2025

Open Issues Need Help

View All on GitHub
Instrumentation X-ray Diffraction Instruments
Unit tests fails about 2 months ago

AI 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).

Complexity: 4/5
help wanted

USAXS Bluesky instrument for APS-U era

Python
Instrumentation X-ray Diffraction Instruments

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.

Complexity: 2/5
enhancement good first issue question

USAXS Bluesky instrument for APS-U era

Python
Instrumentation X-ray Diffraction Instruments

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.

Complexity: 3/5
enhancement help wanted

USAXS Bluesky instrument for APS-U era

Python