LenkaV / CIF

Composite Indicators Framework for Business Cycle Analysis
GNU General Public License v3.0
59 stars 31 forks source link

Fixed number of indicators in pipelineEvaluation() #9

Open LenkaV opened 6 years ago

LenkaV commented 6 years ago

If the parameter maxInd != None in pipelineEvaluation() function, it should always return specified number of indicators. Now it returns only those indicators with the score higher than 85% of the maximal score (therefore it can return fewer indicators then maxInd).