bluesky / databroker

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

Adjust for API change in Tiled #774

Closed danielballan closed 1 year ago

danielballan commented 1 year ago

Tiled is renaming the structure family node to container. The term "node" will now be used to refer to any item in Tiled's data model, be it an array, dataframe, container, etc. https://github.com/bluesky/tiled/pull/478

This PR adjusts for that. The tests will not pass until Tiled is next released.