scrapinghub/arche

Allow to set parameteres like threshold

Aperta

#102 aperta il 5 giu 2019

 (5 commenti) (0 reazioni) (0 assegnatari)Python (17 fork)auto 404
Type: Featuregood first issue

Metriche repository

Star
 (47 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

A reloadable config or passing arguments is needed, so anybody can set report_all() at once: E.g. we have threshold for coverage diff, which defaults to 0.2, so the config might look like:

config = Config()
config.threshold = 0.1
Arche(source, target, config).report_all()

Guida contributor