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

don't throw InexactError on parsing/conversion #94

Merged
merged 2 commits into from
May 9, 2019
Merged

Conversation

stevengj
Copy link
Member

@stevengj stevengj commented May 9, 2019

Fixes #93.

Fixes #57.

@coveralls
Copy link

coveralls commented May 9, 2019

Pull Request Test Coverage Report for Build 196

  • 4 of 6 (66.67%) changed or added relevant lines in 1 file are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.3%) to 63.485%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/DecFP.jl 4 6 66.67%
Files with Coverage Reduction New Missed Lines %
src/DecFP.jl 1 63.49%
Totals Coverage Status
Change from base Build 185: -0.3%
Covered Lines: 153
Relevant Lines: 241

💛 - Coveralls

@stevengj stevengj merged commit 58325fe into master May 9, 2019
@stevengj stevengj deleted the noinexact branch May 9, 2019 19:41
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.

InexactError for parsing/conversion norm(Dec32[1,2], 2) Inexact error
2 participants