SainsburyWellcomeCentre / aeon_mecha

Project Aeon's main library for interfacing with acquired data. Contains modules for raw data file io, data querying, data processing, data qc, database ingestion, and building computational data pipelines.
BSD 3-Clause "New" or "Revised" License
6 stars 6 forks source link

updated default bitmask for DeliverPellet #393

Closed jkbhagatio closed 3 months ago

jkbhagatio commented 3 months ago

Summary by CodeRabbit

github-actions[bot] commented 3 months ago

Image description CodeRabbit

Walkthrough

The overall change is a minor but crucial update to the DeliverPellet class in the foraging.py file of the aeon/schema module. The default bitmask value in the constructor of this class has been updated from 0x80 to 0x01. This change ensures that the correct bitmask value is used, improving the accuracy and reliability of the operations performed by this class.

Changes

File Summary
aeon/schema/foraging.py Updated the default bitmask value in the DeliverPellet class constructor from 0x80 to 0x01.

Uplevel your code reviews with CodeRabbit Pro ### CodeRabbit Pro If you like this project, please support us by purchasing the [Pro version](https://coderabbit.ai). The Pro version has advanced context, superior noise reduction and several proprietary improvements compared to the open source version. Moreover, CodeRabbit Pro is free for open source projects.