NorthArrowResearch / champ-workbench

http://workbench.northarrowresearch.com/
GNU General Public License v3.0
0 stars 0 forks source link

RipCoverUstory and RipCovUstoryNone metrics reporting same value #50

Closed philipbaileynar closed 6 years ago

philipbaileynar commented 6 years ago

Issue logged in CHaMP_Metrics but actually requires Workbench fix.

For reference we're talking about Aux metrics and the XML lines are:

    <Metric name="RipCovUstoryNone" xpath="PercentUnderstoryCover" precision="4" type="numeric" />
    <Metric name="RipCovUstory" xpath="PercentUnderstoryCover" precision="4" type="numeric" />

See how they're both referring to the same xPath. Problem is likely in the DB. Schema needs to be updated.

philipbaileynar commented 6 years ago

Implemented in Workbench database version 47 on 17 Oct 2017.