Is this pull request associated with an issue(s)?
Associated with #328, but does not resolve it.
Description
These changes are a somewhat hacky patch to deal with the problem identified in #328. Namely, if a ModuleBase is identified as originating in python, the ModuleManager stores it in a map specific to python modules. This PR explicitly does not resolve this issue. A more complete solution should replace this when someone has the available cycles.
Is this pull request associated with an issue(s)? Associated with #328, but does not resolve it.
Description These changes are a somewhat hacky patch to deal with the problem identified in #328. Namely, if a
ModuleBase
is identified as originating in python, theModuleManager
stores it in a map specific to python modules. This PR explicitly does not resolve this issue. A more complete solution should replace this when someone has the available cycles.