Skip to content
Snippets Groups Projects
  • Erin (Josh) Rigler's avatar
    b8523fc4
    Make AverageAlgorithm require **any** inputs · b8523fc4
    Erin (Josh) Rigler authored
    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.
    b8523fc4
    History
    Make AverageAlgorithm require **any** inputs
    Erin (Josh) Rigler authored
    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.