Skip to content

Commit

Permalink
removed outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobpennington committed May 3, 2024
1 parent ebdaf5d commit 91dfa45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kilosort/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def save_to_phy(st, clu, tF, Wall, probe, ops, imin, results_dir=None,
np.save((results_dir / 'channel_map.npy'), chan_map)
np.save((results_dir / 'channel_positions.npy'), channel_positions)

# whitening matrix ** saving real whitening matrix doesn't work with phy currently
# whitening matrix
whitening_mat = ops['Wrot']
np.save((results_dir / 'whitening_mat_dat.npy'), whitening_mat.cpu())
# NOTE: commented out for reference, this was different in KS 2.5 because
Expand Down

0 comments on commit 91dfa45

Please sign in to comment.