bluesky / event-model

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

Find schema files relative to source code, this allows tests to be ru… #282

Closed clintonroy closed 1 year ago

clintonroy commented 1 year ago

…n from any directory. As this is a test, I think a little hack like this is fine. Going forward, I would remove SCHEMA_PATH from the API, and if it is used, replace it with a thin wrapper around importlib.resources

Description

Motivation and Context

How Has This Been Tested?