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 8ea18ca commit 1727293Copy full SHA for 1727293
tests/reconstruction/test_sspor.py
@@ -31,7 +31,7 @@
31
def test_not_fitted(data_vandermonde):
32
x = data_vandermonde
33
model = SSPOR()
34
- prior = np.random.rand(2)
+ prior = np.full(2, 1)
35
36
# Should not be able to call any of these methods before fitting
37
with pytest.raises(NotFittedError):
0 commit comments