File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
tests/integration/synthesizer Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -61,18 +61,21 @@ def test_continuous():
61
61
"""Test training the TVAE synthesizer on a small continuous dataset."""
62
62
# verify that the distribution of the samples is close to the distribution of the data
63
63
# using a kstest.
64
+ pass
64
65
65
66
66
67
def test_categorical ():
67
68
"""Test training the TVAE synthesizer on a small categorical dataset."""
68
69
# verify that the distribution of the samples is close to the distribution of the data
69
70
# using a cstest.
71
+ pass
70
72
71
73
72
74
def test_mixed ():
73
75
"""Test training the TVAE synthesizer on a small mixed-type dataset."""
74
76
# verify that the distribution of the samples is close to the distribution of the data
75
77
# using a kstest for continuous + a cstest for categorical.
78
+ pass
76
79
77
80
78
81
def test__loss_function ():
You can’t perform that action at this time.
0 commit comments