Skip to content

Commit

Permalink
fix(dataset): last typo
Browse files Browse the repository at this point in the history
🤞
  • Loading branch information
nfrasser committed Aug 26, 2024
1 parent 657b024 commit f954c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryosparc/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ def _load_numpy(
if mmap_mode and offset < size:
# reset mmap to avoid excessive memory usage
del indata
indata = n.load(file, mmap_mode=mmap_mode, allow_pickle=False)
indata = n.load(f, mmap_mode=mmap_mode, allow_pickle=False)

if cstrs:
dset.to_cstrs()
Expand Down

0 comments on commit f954c9d

Please sign in to comment.