Closed fletp closed 5 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
rFirm/steps/firm_synthesis.py | 1 | 2 | 50.0% | ||
<!-- | Total: | 1 | 2 | 50.0% | --> |
Totals | |
---|---|
Change from base Build 54: | 0.0% |
Covered Lines: | 597 |
Relevant Lines: | 657 |
Added explicit sort argument to pd.concat. Retaining current default behavior to alphanumerically sort columns of final dataframe after a row concatenation. Pandas default will change to not sorting in a future version.