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 the core.catalog.CatalogBase.initalize method, a list of plugin_ids is passed to the _init_catalog method (which is specific to the type of catalog being used:
OK, thanks. My sense is that we change in a future release.
dschristianson
changed the title
Is passing plugin ids to the _init_catalog method needed?
Remove declaration of plugin_ids in the _init_catalog method when called in CatalogBase.initialize
Sep 26, 2024
In the core.catalog.CatalogBase.initalize method, a list of plugin_ids is passed to the _init_catalog method (which is specific to the type of catalog being used:
basin3d/basin3d/core/catalog.py
Line 78 in 86bcd0d
In the CatalogSqlAlchemy._init_catalog method, I cannot see where the list of plugin_ids passed in is used.
Also, the CatalogDjango (in django-basin3d) also does not currently make use of such a list.
Thus, does the parameter actually need to be passed in?
The text was updated successfully, but these errors were encountered: