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
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.
The text was updated successfully, but these errors were encountered:
DaniBodor
changed the title
refactor _set_feature_modules to return ModuleType objects
make _set_feature_modules to return ModuleType objects
Oct 9, 2023
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: