Skip to content
Snippets Groups Projects
Commit 4d3d8bd5 authored by Erin (Josh) Rigler's avatar Erin (Josh) Rigler
Browse files

Add --average-min-count option to AverageAlgorithm

- added a `min_count` keyword to the AvergeAlgorithm's __init__() method;
- added a --average-min-count option via the add_arguments() classmethod;
- set `self.min_count = arguments.average_min_count` in configure() method;
- refactored process() method to respect `min_count`, but now it defaults
  to a requirement that all inputs be valid (this modified a recent merge
  by @awernle that only required that any inputs be valid;
- modified AverageAlgorithm_test.py to properly assess things in light
  of the change to default behavior just mentioned.
parent 93bafae4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment