You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling getDbCovariateData() with a list of covariate settings, FeatureExtraction iterates over the builders, and appends the covariate data. It would be good if an error was thrown if two covariate builders create overlapping covariate IDs.
For speed it may be advisable to check overlap based on covariateRef rather than covariates itself.
The text was updated successfully, but these errors were encountered:
When calling
getDbCovariateData()
with a list of covariate settings, FeatureExtraction iterates over the builders, and appends the covariate data. It would be good if an error was thrown if two covariate builders create overlapping covariate IDs.For speed it may be advisable to check overlap based on
covariateRef
rather thancovariates
itself.The text was updated successfully, but these errors were encountered: