Skip to content

Commit

Permalink
default dtype saved as int16 instead of none in run_kilosort
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobpennington committed May 31, 2024
1 parent 298a086 commit 62c10cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kilosort/run_kilosort.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def run_kilosort(settings, probe=None, probe_name=None, filename=None,
"Interpreting binary file as default dtype='int16'. If data was "
"saved in a different format, specify `data_dtype`."
)
data_dtype = 'int16'

if not do_CAR:
logger.info("Skipping common average reference.")
Expand Down

0 comments on commit 62c10cb

Please sign in to comment.