-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blackened and ruffed #244
Merged
Merged
Blackened and ruffed #244
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This comment was marked as resolved.
This comment was marked as resolved.
jkbhagatio
force-pushed
the
big_autoformat
branch
from
September 4, 2023 00:36
7445a0a
to
0c63c9a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Files selected (35)
- .pre-commit-config.yaml (2)
- aeon/analysis/movies.py (7)
- aeon/analysis/plotting.py (6)
- aeon/analysis/utils.py (4)
- aeon/dj_pipeline/init.py (2)
- aeon/dj_pipeline/acquisition.py (27)
- aeon/dj_pipeline/analysis/in_arena.py (22)
- aeon/dj_pipeline/analysis/visit.py (5)
- aeon/dj_pipeline/device_stream.py (3)
- aeon/dj_pipeline/docs/notebooks/diagram.ipynb (3)
- aeon/dj_pipeline/ingest/create_experiment_01.py (6)
- aeon/dj_pipeline/ingest/create_experiment_02.py (2)
- aeon/dj_pipeline/ingest/create_socialexperiment_0.py (5)
- aeon/dj_pipeline/ingest/load_metadata.py (10)
- aeon/dj_pipeline/ingest/process.py (5)
- aeon/dj_pipeline/lab.py (6)
- aeon/dj_pipeline/qc.py (4)
- aeon/dj_pipeline/report.py (13)
- aeon/dj_pipeline/scripts/clone_and_freeze_exp01.py (2)
- aeon/dj_pipeline/subject.py (2)
- aeon/dj_pipeline/tracking.py (9)
- aeon/dj_pipeline/utils/paths.py (3)
- aeon/dj_pipeline/utils/plotting.py (4)
- aeon/io/api.py (5)
- aeon/io/device.py (2)
- aeon/io/reader.py (5)
- aeon/io/video.py (2)
- aeon/qc/video.py (1)
- aeon/schema/core.py (1)
- aeon/schema/dataset.py (1)
- aeon/schema/foraging.py (2)
- aeon/schema/octagon.py (1)
- aeon/schema/social.py (4)
- aeon/util.py (1)
- tests/io/test_api.py (1)
Files ignored due to filter (1)
- pyproject.toml
Files not summarized due to errors (4)
- aeon/dj_pipeline/acquisition.py (diff tokens exceeds limit)
- aeon/dj_pipeline/analysis/in_arena.py (diff tokens exceeds limit)
- aeon/io/reader.py (diff tokens exceeds limit)
- aeon/schema/octagon.py (diff tokens exceeds limit)
Files skipped from review due to trivial changes (25)
- aeon/analysis/movies.py
- aeon/analysis/utils.py
- aeon/dj_pipeline/init.py
- aeon/dj_pipeline/analysis/visit.py
- aeon/dj_pipeline/device_stream.py
- aeon/dj_pipeline/docs/notebooks/diagram.ipynb
- aeon/dj_pipeline/ingest/create_experiment_02.py
- aeon/dj_pipeline/ingest/create_socialexperiment_0.py
- aeon/dj_pipeline/ingest/process.py
- aeon/dj_pipeline/lab.py
- aeon/dj_pipeline/qc.py
- aeon/dj_pipeline/scripts/clone_and_freeze_exp01.py
- aeon/dj_pipeline/subject.py
- aeon/dj_pipeline/tracking.py
- aeon/dj_pipeline/utils/paths.py
- aeon/dj_pipeline/utils/plotting.py
- aeon/io/api.py
- aeon/io/device.py
- aeon/qc/video.py
- aeon/schema/core.py
- aeon/schema/dataset.py
- aeon/schema/foraging.py
- aeon/schema/social.py
- aeon/util.py
- tests/io/test_api.py
Review comments generated (53)
- Review: 29
- LGTM: 24
Tips
Chat with CodeRabbit Bot (@coderabbitai
)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitai
in a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignore
anywhere in the PR description to pause further reviews from the bot.
Note: revert changes to all files within 'aeon/dj_pipeline' - these will be appropriately reformatted in a separate PR |
jkbhagatio
force-pushed
the
big_autoformat
branch
from
September 14, 2023 17:31
0c63c9a
to
cb5fa60
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@coderabbitai: ignore
Summary by CodeRabbit
frames
function inaeon/io/video.py
to include more detailed information in error messages.chunk
andload
functions inaeon/io/api.py
to handle both single values and series of timestamps.tests/io/test_api.py
to reflect changes in the main codebase.