RKuttruff commented on code in PR #282: URL: https://github.com/apache/incubator-sdap-nexus/pull/282#discussion_r1336469307
########## analysis/webservice/webmodel/NexusExecutionResults.py: ########## @@ -53,6 +54,9 @@ def construct_done(status, created, completed, execution_id, params, host): params, host ) + # Add stats to body + job_body['totalPrimaryMatched'] = num_primary_matched + job_body['averageSecondaryMatched'] = round(num_secondary_matched/num_primary_matched) Review Comment: I think it may be worth bringing up. Ultimately, it's the total number of points that has the greatest affect on fetch time + size, so I feel an accurate way to determine that would be helpful for particularly large jobs / large tolerances. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@sdap.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org