-
Notifications
You must be signed in to change notification settings - Fork 512
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
IT: support Decimal class #605
base: master
Are you sure you want to change the base?
IT: support Decimal class #605
Conversation
c7755ee
to
8e6e017
Compare
I fixed the test/flake8 failures locally. One issue was that my change now causes
|
I think you added the .coverage file by error , can you remove it ? thanks |
d7e6180
to
2839d35
Compare
Oops! Removed. |
@mrodriguezg1991 I think this is ready now |
2839d35
to
2fd3eb3
Compare
@mrodriguezg1991 I rebased on latest master to resolve the conflict. Thanks for getting the others merged! |
Changes proposed in this pull request:
float
orDecimal
(they will be the latter if a string is passed tonum2words()
rather than a float)Status
How to verify this change
Run tests