Skip to content

Small fix calculate breakdown impact

Jiayi Chen requested to merge small-fix-calculate-breakdown-impact into master

This merge fixes following issue for the fit:

  • batch configs created by WriteCalculateImpact will dump the positive and negative impact fit to the same log, one overwrites the other; after the fix, the output becomes $(NPname)_Up.log and $(NPname)_Down.log
  • snapshot generated by Breakdown doesn't have "Breakdown" in the name

Merge request reports