Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bdvllrs committed Feb 23, 2024
1 parent f2f9602 commit 40017ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_training.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ def test_training():

assert workspace_latent.size() == (32, 16)

reconstructed_unimodal_latents = gw.decode(
workspace_latent, domains={"v", "a"}
)
reconstructed_unimodal_latents = gw.decode(workspace_latent, domains={"v", "a"})

assert reconstructed_unimodal_latents.keys() == {"v", "a"}
assert reconstructed_unimodal_latents["v"].size() == (32, 128)

0 comments on commit 40017ac

Please sign in to comment.