Skip to content

Commit 1fc3ad8

Browse files
committed
text fix
1 parent 60a0fca commit 1fc3ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_weighting/test_ntk_weighting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def test_constructor(model, alpha):
2626

2727
@pytest.mark.parametrize("model", [0.5])
2828
def test_wrong_constructor1(model):
29-
with pytest.raises(TypeError):
29+
with pytest.raises(ValueError):
3030
NeuralTangetKernelWeighting(model)
3131

3232

0 commit comments

Comments
 (0)