Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Nov 6, 2023
1 parent c460bdb commit 1af1ba5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/test_encode.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,6 @@ def test_samples_too_small(self):
t = self.tnfs.copy()
l = self.lens.copy()

with self.assertWarns(UserWarning):
dl = vamb.encode.make_dataloader(r, t, l, batchsize=256)
vae.trainmodel(dl, batchsteps=None, nepochs=2)

def test_loss_falls(self):
vae = vamb.encode.VAE(self.rpkm.shape[1])
rpkm_copy = self.rpkm.copy()
Expand Down

0 comments on commit 1af1ba5

Please sign in to comment.