We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a0fca commit 1fc3ad8Copy full SHA for 1fc3ad8
tests/test_weighting/test_ntk_weighting.py
@@ -26,7 +26,7 @@ def test_constructor(model, alpha):
26
27
@pytest.mark.parametrize("model", [0.5])
28
def test_wrong_constructor1(model):
29
- with pytest.raises(TypeError):
+ with pytest.raises(ValueError):
30
NeuralTangetKernelWeighting(model)
31
32
0 commit comments