Unverified Commit 4036dfc3 authored by Bharath Ramsundar's avatar Bharath Ramsundar Committed by GitHub
Browse files

Add flaky note to test_wgan

parent c790a3b2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@ class TestGAN(unittest.TestCase):
    assert abs(np.mean(deltas)) < 1.0
    assert np.std(deltas) > 1.0

  @flaky
  def test_wgan(self):
    """Test fitting a conditional WGAN."""