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

Normalize numbers as real #101

Merged
merged 3 commits into from
Nov 5, 2020
Merged

Normalize numbers as real #101

merged 3 commits into from
Nov 5, 2020

Conversation

van-fs
Copy link
Member

@van-fs van-fs commented Nov 2, 2020

This PR skews suffixing numeric values as real. For example, whole numbers such as 200.00 are considered as a real rather than int. The issue is that a property related to price might be interpreted as an int because it is a whole number but should ideally be a real for consistency purposes. Doing this groups it with other price values such as 200.01 that already exist.

@van-fs
Copy link
Member Author

van-fs commented Nov 2, 2020

Fixes #102

src/operators/suffix.ts Outdated Show resolved Hide resolved
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