make _set_feature_modules
to return ModuleType
objects
#512
Labels
_set_feature_modules
to return ModuleType
objects
#512
see #492 (comment)
in query.py
# TODO: I would prefer if
_set_feature_modules
would return a list ofModuleType
instead ofstr
,# 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
ModuleType
s directly, which is clearer than passing strings# and is the reason I am allowing both input types.
The text was updated successfully, but these errors were encountered: