Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into datajoint_pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ttngu207 committed Aug 20, 2024
2 parents 16578fa + 0b52944 commit 3f3cdd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aeon/schema/foraging.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class DeliverPellet(Stream):
"""Pellet delivery commands."""

def __init__(self, pattern):
super().__init__(_reader.BitmaskEvent(f"{pattern}_35_*", 0x80, "TriggerPellet"))
super().__init__(_reader.BitmaskEvent(f"{pattern}_35_*", 0x01, "TriggerPellet"))


class Patch(StreamGroup):
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ Repository = "https://github.com/sainsburyWellcomeCentre/aeon_mecha"
Documentation = "https://sainsburywellcomecentre.github.io/aeon_docs/"
DataJoint = "https://docs.datajoint.org/"

[tool.setuptools]
packages = ["aeon"]
[tool.setuptools.packages.find]
include = ["aeon*"]

[tool.black]
line-length = 108
Expand Down

0 comments on commit 3f3cdd7

Please sign in to comment.