Skip to content

Commit

Permalink
api cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00b1 committed May 15, 2024
1 parent 8728317 commit ec09e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/beignet/datasets/_fasta_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(

self.data = ThreadSafeFile(self.root, open)

offsets = Path(f"{self.root}.index.npy")
offsets = Path(f"{self.root}.offsets.npy")

if offsets.exists():
self.offsets, sizes = numpy.load(f"{offsets}")
Expand Down

0 comments on commit ec09e7a

Please sign in to comment.