Make AverageAlgorithm require **any** inputs
Recent attempts to change the AverageAlgorithm to allow fewer than the full complement of inputs when calculating a mutli-station average were thwarted by the default can_produce_data() method in the parent Algorithm class, which required all inputs to be present, when what we now want is **any** inputs to be present.
parent
2ce70a51
No related branches found
No related tags found
Please register or sign in to comment