Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Mar 29, 2024
1 parent 17d4aa2 commit 296101d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def test_evaluate_script(tmp_path, fake_checkpoint_dir, monkeypatch):

def test_cli():
cli_path = Path(__file__).parent.parent / "eval" / "evaluate.py"
output = subprocess.check_output([sys.executable, cli_path, "-h"])
output = subprocess.check_output([sys.executable, cli_path, f"--checkpoint_dir {fake_checkpoint_dir}", "-h"])
output = str(output.decode())
assert "evaluate" in output

Expand Down

0 comments on commit 296101d

Please sign in to comment.