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

Some fixes for scourUnitlessLength() #133

Merged
merged 3 commits into from Feb 18, 2017
Merged

Conversation

Ede123
Copy link
Member

@Ede123 Ede123 commented Feb 18, 2017

No description provided.

Before numbers often were already in scientific notation due to the str() implementation of Decimal leading to strange optimization results.
…r than the initial representation.

Before it could happen that "123" was replaced with "1e3" if precision was set to 1 which is obviously not desirable.
@codecov-io
Copy link

codecov-io commented Feb 18, 2017

Codecov Report

Merging #133 into master will increase coverage by 0.07%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #133      +/-   ##
==========================================
+ Coverage   91.38%   91.45%   +0.07%     
==========================================
  Files           5        5              
  Lines        2089     2096       +7     
==========================================
+ Hits         1909     1917       +8     
+ Misses        180      179       -1
Impacted Files Coverage Δ
scour/scour.py 91.61% <100%> (+0.08%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 210c5f6...a69efb3. Read the comment docs.

@Ede123 Ede123 merged commit 7c2e035 into scour-project:master Feb 18, 2017
@Ede123 Ede123 deleted the precision branch February 18, 2017 18:45
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

2 participants