bluesky / databroker

Unified API pulling data from multiple sources
https://blueskyproject.io/databroker
BSD 3-Clause "New" or "Revised" License
35 stars 47 forks source link

Test string column #782

Closed danielballan closed 1 year ago

danielballan commented 1 year ago

This fixes a bug that was reported as an issue with baseline readings. The underlying problem was with string columns, which happened to appear in the baseline stream in this instance. It was a two-character fix for a bug introduced 3 weeks ago, in #781.

A unit test reproduces the bug in the first commit, and the second commit fixes the bug.