Skip to content

Commit

Permalink
Merge pull request #316 from ttngu207/datajoint_social01
Browse files Browse the repository at this point in the history
Major cleanup - removing obsolete tables and previous analysis routines - update worker
  • Loading branch information
JaerongA authored Feb 1, 2024
2 parents 4d0060a + 456035b commit 0588cca
Show file tree
Hide file tree
Showing 17 changed files with 172 additions and 1,732 deletions.
829 changes: 52 additions & 777 deletions aeon/dj_pipeline/acquisition.py

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions aeon/dj_pipeline/analysis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
from .in_arena import *
from .visit import *
from .visit_analysis import *
4 changes: 2 additions & 2 deletions aeon/dj_pipeline/analysis/block_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from aeon.dj_pipeline import acquisition, fetch_stream, get_schema_name, streams, tracking
from aeon.dj_pipeline.analysis.visit import filter_out_maintenance_periods, get_maintenance_periods

schema = dj.schema(get_schema_name("analysis"))
schema = dj.schema(get_schema_name("block_analysis"))


@schema
Expand Down Expand Up @@ -316,7 +316,7 @@ def make(self, key):
@schema
class BlockDetection(dj.Computed):
definition = """
-> acquisition.Chunk
-> acquisition.Environment
"""

def make(self, key):
Expand Down
Loading

0 comments on commit 0588cca

Please sign in to comment.