Closed jkbhagatio closed 2 weeks ago
CodeRabbit
The changes primarily focus on restructuring the data ingestion process in the Aeon project. The read
method from the Encoder
class has been removed, potentially affecting how encoder data is read and processed. New readers for encoder and video data have been introduced, along with new streams and stream groups. Schemas for different experimental setups have been defined and exported for external use. The changes also include new readers and schemas for reduced data storage, adjustments in function calls and imports, and new classes for reading encoder and video data.
Files | Summary |
---|---|
aeon/io/reader.py, aeon/schema/ingestion_schemas.py, tests/io/test_api.py | These files have undergone significant structural changes. The read method from the Encoder class has been removed, which could impact the way encoder data is read and processed. New readers for encoder and video data have been introduced, along with new streams and stream groups. Schemas for different experimental setups have been defined and are now available for external use. Additionally, these changes introduce new readers and schemas for reduced data storage in the database. The code changes involve significant additions and modifications that may impact the overall behavior and structure of the system. |
Attention: Patch coverage is 87.80488%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 19.41%. Comparing base (
83cd905
) to head (daf6224
).
Files with missing lines | Patch % | Lines |
---|---|---|
aeon/schema/ingestion_schemas.py | 87.50% | 5 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Closing this since this was done in #438
Summary by CodeRabbit
read
method fromEncoder
class and adjusted function calls and imports for better code organization and maintainability.