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
As identified by @danielhuppmann in #79, we currently allow importing things like Variable, Model, and IndexSet directly from ixmp4. Our expectation is that only Platform should be imported from there and so here's the suggestion to keep the top-level namespace clean by removing those importables.
The text was updated successfully, but these errors were encountered:
As identified by @danielhuppmann in #79, we currently allow importing things like
Variable
,Model
, andIndexSet
directly from ixmp4. Our expectation is that onlyPlatform
should be imported from there and so here's the suggestion to keep the top-level namespace clean by removing those importables.The text was updated successfully, but these errors were encountered: