Skip to content

Commit

Permalink
fix: use correct method of opening the file
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Jan 21, 2025
1 parent 475e10d commit f92d4c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchmarks/benchmark.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import time
import numpy as np
import kimimaro
import crackle

labels = np.load("connectomics.npy")
labels = crackle.load("connectomics.npy.ckl.gz")

s = time.time()
skels = kimimaro.skeletonize(
Expand Down

0 comments on commit f92d4c8

Please sign in to comment.