bluesky / hklpy

Diffractometer computation library with ophyd pseudopositioner support
https://blueskyproject.io/hklpy
BSD 3-Clause "New" or "Revised" License
4 stars 12 forks source link

BUG: KeyError with databroker 2.0.0b31 #318

Closed prjemian closed 8 months ago

prjemian commented 9 months ago

With databroker 2.0.0b31 (and tiled 0.1.0a110), this line fails with a KeyError: https://github.com/bluesky/hklpy/blob/aa1e0c59bdda8013fc5a50a55fc2aff189686160/hkl/util.py#L348

and that is very suspicious since the key was just offered on the previous line: https://github.com/bluesky/hklpy/blob/aa1e0c59bdda8013fc5a50a55fc2aff189686160/hkl/util.py#L347

Originally posted by @prjemian in https://github.com/bluesky/hklpy/issues/317#issuecomment-1868330671