Skip to content

Commit

Permalink
Update test_ae_bgru.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aadya940 committed Jun 4, 2024
1 parent 93ba268 commit 465b97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aeon/networks/tests/test_ae_bgru.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ def test_aebigrunetwork_activations(activation):
activation=activation,
n_units=[50, 50],
)
encoder, decoder = aebigru.build_network((1000, 5))
encoder, decoder = aebigru.build_network((150, 5))
assert encoder is not None
assert decoder is not None

0 comments on commit 465b97c

Please sign in to comment.