YosefLab / Cassiopeia

A Package for Cas9-Enabled Single Cell Lineage Tracing Tree Reconstruction
https://cassiopeia-lineage.readthedocs.io/en/latest/
MIT License
77 stars 24 forks source link

unify importing in codebase #128

Open Lioscro opened 3 years ago

Lioscro commented 3 years ago

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.