Dylan McReynolds

Results 27 issues of Dylan McReynolds

I have seen a couple of cases in applications where we hit the exception here: https://github.com/intake/intake/blob/7d2f7709604d3fb082b0b0324a85e3fe499fab1f/intake/catalog/local.py#L787 One is in a QT app, and another a web app. Both cases, multiple...

From a conversation on nakea slack, I would love to highlight the differences between the databroker API version and the databroker software version. Furthermore, the documentation on API versions does...

tag:documentation

## Current Behavior The Projector code in databroker supports defining an output of a stream's configuration settings. A stream can have multiple configurations (which are items in an array). Each...

enhancement

Currently, databroker.projector:project_xarray provides an xarray.Dataset instance with projected fields renamed according to the selected projection. One issue with this design the return requires a fair amount of prior knowledge about...

enhancement

I just merge master into a local branch and I'm seeing a couple of test failures: ``` ___________________________________________________________________________ test_time_range ___________________________________________________________________________ def test_time_range(): empty = TimeRange() assert empty == dict(empty) ==...

Currently, the the code in databroker.projector has helpers to select a single projection from a list of possible projections identified in the start document, either by name or, if name...

enhancement

The initial version of the projector contains a misunderstanding of the event-model documents structure. I took the techniques PR from @tacaswell and implemnted "configuration" types as metadata from the run...

bug

Several use cases that we have seen have highlighted a desire for an API that can help find the relationships between runs. This was discussed in the coalition call today...

enhancement

I was confused about registering databroker.handlers when developing an ingestor. I thought the whole registry still required a spec member in the sublass of HandlerBase. So I aired my confusion...

tag:documentation

BlueskyRun inherits from Catalog. RemoteBlueskyRun, despite the name, does not inherit from BlueskyRun, rather from RemoteCatalog. In Xi-CAM, we have an issue where the Preview panel fails to paint when...