Skip to content

Commit

Permalink
Merge pull request #134 from MouseLand/dev
Browse files Browse the repository at this point in the history
Fix svd bug and remove numba warnings
  • Loading branch information
Atika-Syeda authored Nov 21, 2023
2 parents 1c10731 + a55755f commit 352567a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions facemap/gui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@

from facemap import process, roi, utils
from facemap.gui import (
cluster,
guiparts,
help_windows,
io,
menus,
neural_activity_window,
Expand Down
Binary file modified facemap/gui/ops_user.npy
Binary file not shown.
1 change: 0 additions & 1 deletion facemap/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@ def process_ROIs(
M[0][t : t + imbin_mot.shape[0]] += imbin_mot.sum(axis=-1)
imall_mot[:, ir[ii]] = imbin_mot - avgmotion[ii].flatten()
if movSVD:
M = []
imall_mov[:, ir[ii]] = imbin_mov - avgframe[ii].flatten()
if nroi > 0 and wmot.size > 0:
wmot = np.array(wmot).astype(int)
Expand Down

0 comments on commit 352567a

Please sign in to comment.