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

added test case for None columns #331

Conversation

drahc1R
Copy link
Contributor

@drahc1R drahc1R commented Aug 9, 2023

added edge case test for a None type column in uncorrelated dataset generation

auto-merge was automatically disabled August 9, 2023 19:43

Head branch was pushed to by a user without write access

@@ -108,7 +108,7 @@ def _generate_uncorrelated_column_data(self, num_samples):

if not generator_name:
logging.warning(
f"Generator is {generator_name}. Null entries are not implemented."
f"Generator of type {generator_name} is not implemented."
Copy link
Contributor

Choose a reason for hiding this comment

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

Issue #326

@taylorfturner taylorfturner merged commit c55f906 into capitalone:feature/simple-tabular-generator Aug 9, 2023
4 checks passed
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.

3 participants