Commit 8fe3ce5a authored by Johan Gudmundsson's avatar Johan Gudmundsson
Browse files

test: add seed to stabelize integaraion test

parent a6c076c1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@ def linear_regression_data(


def test_linear_regression():
    seed(1)
    class Model(borch.Module):
        def __init__(self):
            super().__init__()