Open e-koch opened 1 year ago
Fixes an internal import in scimes.py:
scimes.py
from .old_spectral_embedding import spectral_embedding
The . is needed for internal imports with python3.
.
@dcolombo Would you mind merging this fix? thanks!
Fixes an internal import in
scimes.py
:The
.
is needed for internal imports with python3.