Skip to content

Conversation

@mr-c
Copy link
Member

@mr-c mr-c commented Apr 24, 2023

Fixes #1831

  • Always convert scientific notation provided floats to decimal representation as per the spec

@mr-c mr-c force-pushed the very-small-floats branch 2 times, most recently from 748781c to a97c7c3 Compare April 24, 2023 16:29
@codecov
Copy link

codecov bot commented Apr 24, 2023

Codecov Report

Merging #1832 (e115db4) into main (b4fd590) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1832      +/-   ##
==========================================
- Coverage   83.71%   83.70%   -0.01%     
==========================================
  Files          44       44              
  Lines        8124     8133       +9     
  Branches     2222     2224       +2     
==========================================
+ Hits         6801     6808       +7     
- Misses        846      848       +2     
  Partials      477      477              
Impacted Files Coverage Δ
cwltool/builder.py 92.00% <100.00%> (+0.22%) ⬆️

... and 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@mr-c mr-c force-pushed the very-small-floats branch from a97c7c3 to 1625548 Compare April 24, 2023 16:43
@mr-c mr-c changed the title don't convert small floats to scientific notation always print floats on the command line with decimal notation Apr 24, 2023
@mr-c mr-c force-pushed the very-small-floats branch from 1625548 to e115db4 Compare April 24, 2023 16:57
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.

very small numbers get turned into scientific notation on the command line

3 participants