Closed tacaswell closed 4 years ago
This is not elegant, but it works
Extend the type checking we do in our numpy encoder for json
This fixes a test failure in databroker where we get events with dask.array.Array in it
dask.array.Array
The databroker test suit failures are fixed.
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 itHow Has This Been Tested?
The databroker test suit failures are fixed.