graphnet icon indicating copy to clipboard operation
graphnet copied to clipboard

Automatic ensembling of databases

Open Aske-Rosted opened this issue 1 year ago • 0 comments

Automatic ensembling of databases when loading from config For some use cases having several separate databases rather than one large db is preferable. However our current load from config only allows for a single database.

The feature should allow for the path entry in the config files to be either a path or a list of path. In the case where the path is a list of path the databases should be merged. Any potential selections should be applied to all of the databases.

Aske-Rosted avatar May 17 '24 04:05 Aske-Rosted