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 transforms containing NaN's #514

Merged
merged 2 commits into from
Apr 23, 2020
Merged

Fix transforms containing NaN's #514

merged 2 commits into from
Apr 23, 2020

Conversation

jbeezley
Copy link

This fix to Tom's issue is on this line. The clip operator when applied to an integer column was rounding to 0 rather than the intended 1e-8.

I also added the clean method to all places where we are serializing dataframes to dict's to avoid future instances of invalid json being passed to the client.

Copy link
Member

@jeffbaumes jeffbaumes left a comment

Choose a reason for hiding this comment

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

I verified the fix on Tom's data. Nice! Hopefully we've squished this kind of bug for good now.

@jbeezley jbeezley merged commit b9d9623 into master Apr 23, 2020
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.

2 participants