Skip to content

Commit

Permalink
update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
JianwuZheng413 committed Nov 7, 2024
1 parent 1edac0e commit f2bf4a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/examples/test_tnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_tab_transformer():
assert float(stdout[-9:]) > 0.80


def test_excel_former():
def test_tabnet():
script = os.path.join(EXAMPLE_ROOT, "tabnet.py")
out = subprocess.run(["python", str(script)], capture_output=True)
assert (
Expand All @@ -39,7 +39,7 @@ def test_excel_former():
assert float(stdout[-9:]) > 0.79


def test_tabnet():
def test_excel_former():
script = os.path.join(EXAMPLE_ROOT, "excelformer.py")
out = subprocess.run(["python", str(script)], capture_output=True)
assert (
Expand Down

0 comments on commit f2bf4a9

Please sign in to comment.