Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

208 distribution indicators #226

Merged
merged 6 commits into from
Mar 19, 2018
Merged

Conversation

lucaslavandeira
Copy link
Contributor

Closes #208

Calcula los indicadores de distribuciones actualizadas, no actualizadas, indexables, no indexables y con error. Los indicadores resultantes se pueden ver en el reporte generado. Un ejemplo:

Distribuciones:
nuevos: 2.0,
actualizados: 0.0,
no actualizados: 2.0,
indexables: 2.0,
no indexables: 109.0,
error: 0,
totales: 113.0

@coveralls
Copy link

coveralls commented Mar 19, 2018

Coverage Status

Coverage increased (+0.06%) to 82.747% when pulling ffd99ba on 208-distribution-indicators into 41c8f4d on master.

def setUp(self):
self.loader = IndicatorLoader()
self.loader.clear_indicators() # Just in case
self.redis = Redis()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Se usa?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Buen punto! en una primera versión sí, pero después pasé a tener la referencia a IndicatorLoader que lo usa internamente.

@lucaslavandeira lucaslavandeira merged commit 4986500 into master Mar 19, 2018
@lucaslavandeira lucaslavandeira deleted the 208-distribution-indicators branch April 11, 2018 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants