Closed ppinchuk closed 1 year ago
Patch coverage: 81.57%
and project coverage change: +0.05%
:tada:
Comparison is base (
497bb7d
) 86.87% compared to head (1a573e8
) 86.92%. Report is 25 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Previous version of code would add a year value to the module name everywhere in the path. For example, a generation run for year 2012 in the directory
/my/path/to/generation/runs
would give an output file in/my/path/to/generation_2012/run/generation_2012.h5
. New version of code only performs this substitution in the file name.