Skip to content

Commit a17bb6a

Browse files
committed
Fixes
1 parent d4d8508 commit a17bb6a

File tree

2 files changed

+4
-195
lines changed

2 files changed

+4
-195
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ install_dev: .venv
77
.venv/bin/pip install -e ".[test]"
88

99
test: .venv
10-
.venv/bin/pytest -p no:cacheprovider tests/
10+
.venv/bin/pytest -v -rsx -n 2 tests/ -k "not logits_match"
11+
12+
test_all: .venv
13+
.venv/bin/pytest -v -rsx -n 2 tests/
1114

1215
table:
1316
.venv/bin/python misc/generate_table.py

tests/test_models.py

Lines changed: 0 additions & 194 deletions
This file was deleted.

0 commit comments

Comments
 (0)