Skip to content

Commit

Permalink
remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Jan 9, 2025
1 parent 96aaba8 commit e31f325
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/unit/single_table/test_copulagan.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@ def test_get_learned_distributions_nothing_learned(self):
}
})
data = pd.DataFrame({'col_1': range(100), 'col_2': range(100)})

synthesizer = CopulaGANSynthesizer(metadata, default_distribution='beta')
synthesizer.fit(data)

Expand Down
1 change: 0 additions & 1 deletion tests/unit/single_table/test_copulas.py
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,6 @@ def test_get_learned_distributions_nothing_learned(self):
}
})
data = pd.DataFrame({'col_1': range(100), 'col_2': range(100)})

synthesizer = GaussianCopulaSynthesizer(metadata, default_distribution='beta')
synthesizer.fit(data)

Expand Down

0 comments on commit e31f325

Please sign in to comment.