Skip to content

Commit

Permalink
updated transformation step
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamDee committed Nov 16, 2023
1 parent b4dd97e commit 549313e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ def _get_measures_for_metric(
measures.update(
AddInputMetricMeasuresRule._get_measures_for_metric(semantic_manifest, input_metric.name)
)
elif matched_metric.type is MetricType.CONVERSION:
measures.add(matched_metric.conversion_params.base_measure)
measures.add(matched_metric.conversion_params.conversion_measure)
else:
assert_values_exhausted(matched_metric.type)
else:
Expand Down

0 comments on commit 549313e

Please sign in to comment.