Skip to content
This repository has been archived by the owner on Apr 18, 2018. It is now read-only.

Fix loss of precision during java serialization #53

Merged
merged 1 commit into from
Oct 29, 2014

Conversation

ecanzonieri
Copy link
Contributor

Python floating point numbers are always represented by the Java double type.
This will prevent the loss of precision that occurred with the cast to float.

This fixes the loss of precision for float values during the
serialization.
@patricklucas
Copy link
Contributor

+1

patricklucas added a commit that referenced this pull request Oct 29, 2014
Fix loss of precision during java serialization
@patricklucas patricklucas merged commit 446e04a into Yelp:develop Oct 29, 2014
@poros poros added the bug label Nov 11, 2014
@poros poros added this to the v0.2.3 milestone Nov 11, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants