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

Fix zero dimension checks in transformers #195

Merged
merged 3 commits into from Nov 7, 2018

Conversation

twheys
Copy link
Contributor

@twheys twheys commented Nov 7, 2018

Since merging data frames results in the RangeIndex being converted, a more accurate check should be made to assert if the data frame was created with zero active dimensions.

Created a method to override the default ValueWrapper implementation
Created a SQLLiteValueWrapper which serializes booleans as 1s and 0s
@coveralls
Copy link

Coverage Status

Coverage remained the same at 90.201% when pulling 2adc92a on fix_zero_dimension_checks_in_transformers into 183ae8f on master.

@twheys twheys merged commit 4398f58 into master Nov 7, 2018
@twheys twheys deleted the fix_zero_dimension_checks_in_transformers branch November 7, 2018 16:25
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.

None yet

3 participants