Skip to content

Commit

Permalink
Propagate changes to examples/how_to
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Mar 25, 2024
1 parent d5ffe9f commit 32c86e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/how_to/get_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ object to disk.
BinaryFolderRecording: 32 channels - 32.0kHz - 1 segments - 320,000 samples - 10.00s
float32 dtype - 39.06 MiB
To reload a preprocessed recording that was saved to disk, you can use ``load_extractor()`` function from the `Core` module.
To reload a preprocessed recording that was saved to disk, you can use ``load_extractor()`` function from the ``core`` module.

Now you are ready to spike sort using the ``spikeinterface.sorters``
module! Let’s first check which sorters are implemented and which are
Expand Down
2 changes: 2 additions & 0 deletions examples/how_to/get_started.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@
print(recording_preprocessed)
# -

# To reload a preprocessed recording that was saved to disk, you can use `load_extractor()` function from the `core` module.
#
# Now you are ready to spike sort using the `spikeinterface.sorters` module!
# Let's first check which sorters are implemented and which are installed

Expand Down

0 comments on commit 32c86e0

Please sign in to comment.