deeprank2 icon indicating copy to clipboard operation
deeprank2 copied to clipboard

make `_set_feature_modules` to return `ModuleType` objects

Open DaniBodor opened this issue 2 years ago • 1 comments

see https://github.com/DeepRank/deeprank2/pull/492#discussion_r1337177705

in query.py # TODO: I would prefer if _set_feature_modules would return a list of ModuleType instead of str, # but this leads to an exception in the pool function in QueryCollection.process, that I don't know how to solve. # Tests are currently passing ModuleTypes directly, which is clearer than passing strings # and is the reason I am allowing both input types.

DaniBodor avatar Oct 09 '23 12:10 DaniBodor

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Nov 10 '23 03:11 github-actions[bot]