Closed evanroyrees closed 1 year ago
Patch coverage has no change and project coverage change: +0.29%
:tada:
Comparison is base (
04b2926
) 27.31% compared to head (521ac53
) 27.60%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Remove unnecessary nesting leading to
UnboundLocalError
bug.Fixes #324
UnboundLocalError resulted from trying to update
binning_checkpoints
dataframe when it was actually not available (occurs when--cache
is not provided). Now variable is initialized accordingly to remove this error.PR checklist