Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed May 16, 2024
1 parent 639cb93 commit 9a6ff6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_tests_from_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

for test_path in set(test_paths):
pytest_command = (
f"pytest {file_path} -p no:warnings --tb=short --backend jax,tensorflow,torch"
f"pytest {test_path} -p no:warnings --tb=short --backend jax,tensorflow,torch"
)
print(f"Running test command: {pytest_command}")
result = subprocess.run(pytest_command, shell=True)
Expand Down

0 comments on commit 9a6ff6e

Please sign in to comment.