Skip to content

Commit

Permalink
Merge pull request #352 from ttngu207/datajoint_pipeline
Browse files Browse the repository at this point in the history
fix(acquisition): remove debugging codeblock
  • Loading branch information
ttngu207 authored Apr 10, 2024
2 parents ca3fecf + a9cea0b commit e0564c5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions aeon/dj_pipeline/acquisition.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,6 @@ def ingest_epochs(cls, experiment_name):
# --- insert to Epoch ---
epoch_key = {"experiment_name": experiment_name, "epoch_start": epoch_start}

if epoch_start == "2023-12-13 15:20:48":
break

# skip over those already ingested
if cls & epoch_key or epoch_key in epoch_list:
continue
Expand Down

0 comments on commit e0564c5

Please sign in to comment.