Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierfriard committed Jun 4, 2024
1 parent ec495b7 commit d85c382
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion boris/advanced_event_filtering.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ def event_filtering(self):
for row in cursor.fetchall():
obs, subj, behav, start, stop = row
if obs not in events:
events[obs]: dict = {}
events[obs] = {}

# use function in base at event (state or point)
interval_func = icc if start == stop else ico
Expand Down
2 changes: 0 additions & 2 deletions boris/write_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,6 @@ def write_event(self, event: dict, mem_time: dec) -> int:
flag_ask_at_stop = True
break

# print(f"{current_states=}")

flag_ask_modifier = False
if flag_ask_at_stop:
# TODO: check if new event is a STOP one
Expand Down

0 comments on commit d85c382

Please sign in to comment.