fani-lab / fani-lab/ReQue

Dynamic import of packages

Open
#22 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
0
Forks
14
PR merge metrics
No merged PRs in 30d

Description

Depending on what refiner is on in param.py, we can dynamically import the module related to it:

logging.info('Dynamically importing : %s', module_to_import)
imported_lib = importlib.import_module(module_to_import)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.