Closed kkappler closed 1 year ago
Patch coverage has no change and project coverage change: -0.04%
:warning:
Comparison is base (
ce147bd
) 82.31% compared to head (c061e4e
) 82.27%.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR shows the fortranformat usage if we ever want it. It introduces another dependency though and we don't currently require it. Closing without merge.
In the old emtf z file, TF numbers were formatted with 0 in the first position. In the TF output the first position is non-zero, it is standard scientific notation.
This commit shows how to get the leading zero output if you have pip-installed fortran_format package.
Deviation from standard scientific notation is relatively rare. The only related post I found re how to do this in python was also about comparing strings from a fortran program. https://stackoverflow.com/questions/21266850/python-scientific-notation-with-forced-leading-zero