Skip to content

Commit 82c0418

Browse files
committed
Merge branch 'plot-driftmap' of github.com:alejoe91/spikeinterface into plot-driftmap
2 parents 12d823b + c111cfc commit 82c0418

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/spikeinterface/widgets/motion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def plot_matplotlib(self, data_plot, **backend_kwargs):
283283
class MotionInfoWidget(BaseWidget):
284284
"""
285285
Plot motion information from the motion_info dictionary returned by the `correct_motion()` funciton.
286-
This widget plots::
286+
This widget plots:
287287
* the motion iself
288288
* the drift raster map (peak depth vs time) before correction
289289
* the drift raster map (peak depth vs time) after correction

src/spikeinterface/widgets/tests/test_widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ def test_drift_raster_map(self):
601601
possible_backends = list(sw.MotionWidget.get_possible_backends())
602602
for backend in possible_backends:
603603
if backend not in self.skip_backends:
604-
# with recoridng
604+
# with recording
605605
sw.plot_drift_raster_map(
606606
peaks=peaks, peak_locations=peak_locations, recording=recording, color_amplitude=True
607607
)

0 commit comments

Comments
 (0)