Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fealho committed Jan 24, 2024
1 parent ab8f912 commit cea7974
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ctgan/data_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,10 @@ def sample_original_condvec(self, batch):
def sample_data(self, data, n, col, opt):
"""Sample data from original training data satisfying the sampled conditional vector.
Returns:
Args:
data:
The training data.
Returns:
n:
n rows of matrix data.
"""
Expand Down

0 comments on commit cea7974

Please sign in to comment.