Skip to content

Commit

Permalink
Merge pull request #3 from shashwatsridhar/fix/#45_good_ch_refactor
Browse files Browse the repository at this point in the history
Fix/MouseLand#45 good ch refactor (issue on remote repo)
  • Loading branch information
shashwatsridhar authored May 26, 2021
2 parents 8cd6305 + ed7c90f commit d9494d8
Show file tree
Hide file tree
Showing 8 changed files with 257 additions and 166 deletions.
2 changes: 1 addition & 1 deletion pykilosort/gui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .probe_view_box import ProbeViewBox
from .run_box import RunBox
from .settings_box import SettingsBox
from .sorter import KiloSortWorker, filter_and_whiten, find_good_channels
from .sorter import filter_and_whiten, get_predicted_traces, KiloSortWorker
from .sanity_plots import SanityPlotWidget

from .main import KiloSortGUI
Expand Down
Loading

0 comments on commit d9494d8

Please sign in to comment.