Skip to content

Commit

Permalink
Merge pull request deepchem#923 from deepchem/rbharath-patch-2
Browse files Browse the repository at this point in the history
Add flaky annotation to test_wgan
  • Loading branch information
rbharath authored Nov 5, 2017
2 parents c790a3b + 86bd351 commit 548aa38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deepchem/models/tensorgraph/tests/test_gan.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import tensorflow as tf
import unittest
from deepchem.models.tensorgraph import layers
from flaky import flaky


def generate_batch(batch_size):
Expand Down Expand Up @@ -58,6 +59,7 @@ def create_discriminator(self, data_inputs, conditional_inputs):
assert abs(np.mean(deltas)) < 1.0
assert np.std(deltas) > 1.0

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

Expand Down

0 comments on commit 548aa38

Please sign in to comment.