Skip to content

Commit

Permalink
Update src/spikeinterface/core/recording_tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 authored Sep 10, 2024
1 parent df9efc9 commit 5775c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/core/recording_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def _init_binary_worker(recording, file_path_dict, dtype, byte_offest, cast_unsi
def write_binary_recording(
recording: "BaseRecording",
file_paths: list[Path | str] | Path | str,
dtype: np.dtype = None,
dtype: np.typing.DTypeLike = None,
add_file_extension: bool = True,
byte_offset: int = 0,
auto_cast_uint: bool = True,
Expand Down

0 comments on commit 5775c36

Please sign in to comment.