RSGInc / rFirm

firm synthesis
https://rsginc.github.io/rFirm
Other
1 stars 0 forks source link

Future-proof against pandas default change #31

Closed fletp closed 5 years ago

fletp commented 5 years ago

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.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 63


Changes Missing Coverage Covered Lines Changed/Added Lines %
rFirm/steps/firm_synthesis.py 1 2 50.0%
<!-- Total: 1 2 50.0% -->
Totals Coverage Status
Change from base Build 54: 0.0%
Covered Lines: 597
Relevant Lines: 657

💛 - Coveralls