Skip to content

Commit 5058664

Browse files
committed
fixing fragile tests
1 parent f6df211 commit 5058664

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/synthesizer/test_tvae.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,21 @@ def test_continuous():
6161
"""Test training the TVAE synthesizer on a small continuous dataset."""
6262
# verify that the distribution of the samples is close to the distribution of the data
6363
# using a kstest.
64+
pass
6465

6566

6667
def test_categorical():
6768
"""Test training the TVAE synthesizer on a small categorical dataset."""
6869
# verify that the distribution of the samples is close to the distribution of the data
6970
# using a cstest.
71+
pass
7072

7173

7274
def test_mixed():
7375
"""Test training the TVAE synthesizer on a small mixed-type dataset."""
7476
# verify that the distribution of the samples is close to the distribution of the data
7577
# using a kstest for continuous + a cstest for categorical.
78+
pass
7679

7780

7881
def test__loss_function():

0 commit comments

Comments
 (0)