Skip to content

Commit

Permalink
sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
cactuskid committed Aug 30, 2024
1 parent 809ad83 commit 6a0a5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HogProf/lshbuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def saver(self, i, q, retq, matq, l ):
h5hashes[taxstr][fam, :] = hashes[fam].hashvalues.ravel()
count += 1
if self.fileglob:
if savedf is not None:
if savedf is None:
savedf = this_dataframe[['Fam', 'ortho']]
else:
savedf = savedf.append(this_dataframe[['Fam', 'ortho']])
Expand Down

0 comments on commit 6a0a5f2

Please sign in to comment.