Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If using regex to generate values, scramble them #1932

Merged
merged 3 commits into from Apr 19, 2024

Conversation

amontanez24
Copy link
Contributor

resolves #1921
CU-86b047ax2

@sdv-team
Copy link
Contributor

Comment on lines +291 to +296
data = pd.DataFrame({
'column1': list(range(100)),
'column2': list(range(100)),
'column3': list(range(100))
})
synthesizer.fit(data)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was crashing if you run the test on its own

@amontanez24 amontanez24 marked this pull request as ready for review April 18, 2024 22:42
@amontanez24 amontanez24 requested a review from a team as a code owner April 18, 2024 22:42
@amontanez24 amontanez24 merged commit 1437668 into main Apr 19, 2024
46 checks passed
@amontanez24 amontanez24 deleted the issue-1921-regex-scramble branch April 19, 2024 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

If using regex to generate values, scramble them
4 participants