Skip to content

Commit 6da7ef2

Browse files
committed
mark svd e2e test as longrun
1 parent aba527e commit 6da7ef2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e/test_embeddings_e2e.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ def test_esm(session: OpenProtein, model_id: str, sequences: list[bytes]):
297297
assert np.abs(result[s] - actual).mean() < 1e-2
298298

299299

300+
@pytest.mark.longrun
300301
@pytest.mark.parametrize("reduction", [None, "MEAN", "SUM"])
301302
@pytest.mark.parametrize("random_state,should_fail", [(47, False), (100, True)])
302303
def test_svd(

0 commit comments

Comments
 (0)