Skip to content

Commit

Permalink
Update core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
colehurwitz authored May 6, 2024
1 parent 88b3bc0 commit ae49861
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eks/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def ensemble(markers_list, keys, mode='median'):
if mode != 'confidence_weighted_mean':
stack = np.zeros((len(markers_list), markers_list[0].shape[0]))
for k in range(len(markers_list)):
# print(markers_list[k][key].shape) Debugging list size from frame rate
stack[k] = markers_list[k][key]
stack = stack.T
avg = average_func(stack, 1)
Expand Down

0 comments on commit ae49861

Please sign in to comment.