Skip to content

Commit

Permalink
Fix bad
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Jan 8, 2025
1 parent a5f2ebf commit dc8a69e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vamb/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,6 @@ def __init__(
elif abundance_tsv is not None:
self.paths = AbundanceTSVPath(abundance_tsv)

def bad(x):
a = 1
return 1

class BasicTrainingOptions:
__slots__ = ["num_epochs", "starting_batch_size", "batch_steps"]
Expand Down

0 comments on commit dc8a69e

Please # to comment.