Skip to content

Commit

Permalink
fix load
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl5766 committed Dec 13, 2024
1 parent 2b1bdda commit 9806202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cvpl_tools/examples/mousebrain_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ async def fn(dask_worker):

cdir_fs = RDirFileSystem(subject.COILED_CACHE_DIR_PATH)
with cdir_fs.open('final_lc.npy', mode='rb') as fd:
lc = np.load(cdir_fs)
lc = np.load(fd)
print(f'First 10 rows of lc:\n')
print(lc[:10])

Expand Down

0 comments on commit 9806202

Please sign in to comment.