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
Should be a simple fix, but just posting as an issue so that we get to it some time.
We should unify local importing to use relative imports (i.e. from .data import CassiopeiaTree) instead of specifying the full package name (i.e. from cassiopeia.data import CassiopeiaTree).
As of right now, most submodules use the absolute importing scheme.
The text was updated successfully, but these errors were encountered:
Should be a simple fix, but just posting as an issue so that we get to it some time.
We should unify local importing to use relative imports (i.e.
from .data import CassiopeiaTree
) instead of specifying the full package name (i.e.from cassiopeia.data import CassiopeiaTree
).As of right now, most submodules use the absolute importing scheme.
The text was updated successfully, but these errors were encountered: