Skip to content

Commit

Permalink
Validation set for Gradient Based Models woohoo
Browse files Browse the repository at this point in the history
  • Loading branch information
jameschapman19 committed Oct 25, 2023
1 parent 64d7a85 commit 6a85111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_sequential.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
# Fixtures
@pytest.fixture
def simulated_data():
data_generator = JointData(view_features=[3, 4], latent_dims=2, correlation=0.8)
X, Y = data_generator.sample(10)
data_generator = JointData(view_features=[3, 4], latent_dims=2, correlation=0.99)
X, Y = data_generator.sample(20)
return X, Y


Expand Down

0 comments on commit 6a85111

Please sign in to comment.