Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gbg141 committed Dec 4, 2024
1 parent 03493c4 commit d208ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/evaluator/test_evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from topobenchmark.evaluator import TBEvaluator

def test_evaluator(self):
def test_evaluator():
""" Setup the test."""
evaluator_multilable = TBEvaluator(task="multilabel classification")
evaluator_regression = TBEvaluator(task="regression")
Expand Down

0 comments on commit d208ddb

Please sign in to comment.