Skip to content
  • Mark OLESEN's avatar
    8871a67c
    ENH: ensemble results for sampleSets (#2388) · 8871a67c
    Mark OLESEN authored
    - in v2112 the functionObject results were only delivering values from
      the last set listed (ie, overwritten).
    
      Now that the values are properly scoped by the name of the set itself
      Eg, `average(lines,p)` for the average for 'lines' set, existing
      workflows will break.
    
      It thus makes reasonble sense to also handle results without a
      qualifier as ensemble values.
    
          average(p)    // Ensemble average of all listed sets
    8871a67c
    ENH: ensemble results for sampleSets (#2388)
    Mark OLESEN authored
    - in v2112 the functionObject results were only delivering values from
      the last set listed (ie, overwritten).
    
      Now that the values are properly scoped by the name of the set itself
      Eg, `average(lines,p)` for the average for 'lines' set, existing
      workflows will break.
    
      It thus makes reasonble sense to also handle results without a
      qualifier as ensemble values.
    
          average(p)    // Ensemble average of all listed sets
Loading