「view this page in B3 βῆτα server」

Revisions №61350

branch: master 「№61350」
Commited by: Rocco Moretti
GitHub commit link: 「dfbee7af523706bc」 「№4846」
Difference from previous tested commit:  code diff
Commit date: 2020-07-27 14:55:50

Merge pull request #4846 from RosettaCommons/roccomoretti/calculator_sm Convert the CalculatorFilter to a CalculatorMetric In light of the push to move from Filters to SimpleMetrics for value calculation, this PR adds a new RealMetric, the CalculatorMetric, which can take other RealMetrics and compute a value with them. This is very similar in intent and function to the CalculatorFilter. (In fact, the CalculatorFilter was re-implemented in terms of the CalculatorMetric, using the FilterValueMetric as a bridge.) Also, because I could, you can now define the metrics being used for variables "in-line" under the CalculatorMetric tag. (The name parameter is not optional in this case.)

...