Closed HadleyKing closed 4 years ago
Should be part of #25. Free text defined here: 2.8 Error Domain, acceptable range of variability "error_domain"
The error domain can be used to determine what range of input returns outputs that are within the tolerance level defined in this subdomain and therefore can be used to optimize algorithm. It consists of two subdomains: empirical and algorithmic.
Populate the
error_domain
from a workflow invocation. https://github.com/biocompute-objects/galaxy/blob/cbbe81946233e1e7ac625fc732115b5c23028fa8/lib/galaxy/webapps/galaxy/api/workflows.py#L1165 Q: Is there a way to leverage the tool tests to populate theerror_domain
?