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

Allow custom precision in error reports for floating-point numbers #1614

Merged
merged 3 commits into from
May 3, 2019

Conversation

mlimber
Copy link
Contributor

@mlimber mlimber commented Apr 26, 2019

Description

Per #1612, this change allows the user to set custom precision on floating-point test messages. I did implement the unit test gestured at in the issue, but I'm not sure if you want it.

GitHub Issues

Closes #1612.

@codecov
Copy link

codecov bot commented May 3, 2019

Codecov Report

Merging #1614 into master will decrease coverage by 0.19%.
The diff coverage is 20%.

@@            Coverage Diff             @@
##           master    #1614      +/-   ##
==========================================
- Coverage    81.1%   80.91%   -0.19%     
==========================================
  Files         124      124              
  Lines        3476     3484       +8     
==========================================
  Hits         2819     2819              
- Misses        657      665       +8

@codecov
Copy link

codecov bot commented May 3, 2019

Codecov Report

Merging #1614 into master will not change coverage.
The diff coverage is 100%.

@@          Coverage Diff           @@
##           master   #1614   +/-   ##
======================================
  Coverage    81.1%   81.1%           
======================================
  Files         124     124           
  Lines        3476    3476           
======================================
  Hits         2819    2819           
  Misses        657     657

@horenmar
Copy link
Member

horenmar commented May 3, 2019

Thanks, I fixed up the test and added documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow custom precision in error reports for floating-point numbers
2 participants