Skip to content

Commit

Permalink
Pairwise progress
Browse files Browse the repository at this point in the history
  • Loading branch information
cwindolf committed Oct 31, 2023
1 parent b637b19 commit e3dc31b
Show file tree
Hide file tree
Showing 6 changed files with 379 additions and 145 deletions.
2 changes: 1 addition & 1 deletion src/dartsort/cluster/split.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def initialize_from_h5(
amplitudes_dataset_name="denoised_amplitudes",
amplitude_vectors_dataset_name="denoised_amplitude_vectors",
):
h5 = h5py.File(peeling_hdf5_filename, "r")
h5 = h5py.File(peeling_hdf5_filename, "r", locking=False)
self.geom = h5["geom"][:]
self.channel_index = h5["channel_index"][:]

Expand Down
Loading

0 comments on commit e3dc31b

Please sign in to comment.