Skip to content

Commit

Permalink
Update src/MEArec/tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 authored Apr 6, 2024
1 parent 7f72fba commit f4c7dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MEArec/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ def save_recording_generator(recgen, filename=None, verbose=False, include_spike
verbose : bool
If True output is verbose
include_spike_traces: bool, default=True
If True, will include the spike traces (can be heavy)
If True, will include the spike traces (which can be large for many units)
"""
filename = Path(filename)
if not filename.parent.is_dir():
Expand Down

0 comments on commit f4c7dd8

Please sign in to comment.