bluesky / event-model

data model for event-based data collection and analysis
https://blueskyproject.io/event-model
BSD 3-Clause "New" or "Revised" License
15 stars 31 forks source link

FIX: special case dask.array.Array in NumpyEnocder #124

Closed tacaswell closed 4 years ago

tacaswell commented 4 years ago

This is not elegant, but it works

Description

Extend the type checking we do in our numpy encoder for json

Motivation and Context

This fixes a test failure in databroker where we get events with dask.array.Array in it

How Has This Been Tested?

The databroker test suit failures are fixed.